Class ResumeParams
OptimaJet.Workflow.Core.Runtime.ResumeParams
Represents parameters for resume the process
Namespace: OptimaJet.Workflow.Core.Runtime
public class ResumeParamsInheritance
- System.Object
Constructors
public ResumeParams(Guid processId, string activityName = null) #Constructor of CreateInstanceParams class
Parameters
Name
Type
Description
processIdGuidProcess id
activityNameStringProperties
Name
Type
ProcessId #GuidProcess id
IdentityId #StringThe user id which execute operation
ImpersonatedIdentityId #StringThe user id for whom executes operation
ActivityName #StringThe name of the activity from which the process should be resumed
ProcessParameters #IDictionary<Object>Parameters to be passed to the process as the initial
Persist #List<String>Names of persist parameters in ResumeParams.ProcessParameters
Methods
public ResumeParams AddPersistentParameter(string name, object value) #Add new persistent initial process parameter
Parameters
Name
Type
Description
nameStringParameter name
valueObjectParameter value
Returns
Type
Description
ResumeParamspublic ResumeParams AddTemporaryParameter(string name, object value) #Add new temporary initial process parameter
Parameters
Name
Type
Description
nameStringParameter name
valueObjectParameter value
Returns
Type
Description
ResumeParams