Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class ResumeParams

OptimaJet.Workflow.Core.Runtime.ResumeParams

Represents parameters for resume the process

public class ResumeParams

Inheritance

  • System.Object

Constructors

public ResumeParams(Guid processId, string activityName = null) #
Constructor of CreateInstanceParams class

Parameters

Name
Type
Description
processId
Guid
Process id
activityName
String

Properties

Name
Type
ProcessId #
Guid
Process id
IdentityId #
String
The user id which execute operation
ImpersonatedIdentityId #
String
The user id for whom executes operation
ActivityName #
String
The 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
name
String
Parameter name
value
Object
Parameter value

Returns

Type
Description
ResumeParams
public ResumeParams AddTemporaryParameter(string name, object value) #
Add new temporary initial process parameter

Parameters

Name
Type
Description
name
String
Parameter name
value
Object
Parameter value

Returns

Type
Description
ResumeParams