GetDocumentProcessId
The ProcesId value of the relevant document can be obtained from the DocumentId value using the following codes.
Required Libraries
using System;
using System.Collections.Generic;
using Bimser.CSP.FormControls.Common;
using Bimser.CSP.FormControls.Controls;
using Bimser.CSP.FormControls.Events;
using Bimser.Synergy.Entities.Shared.Business.Objects;
using Bimser.Synergy.ServiceAPI;
using Bimser.Synergy.ServiceAPI.Models.Authentication;
using Bimser.Synergy.ServiceAPI.Models.Form;
using Newtonsoft.Json;
Codes
ServiceApi.WorkflowManager.GetDocumentProcessId(8660);