Class CreateInstanceParams
OptimaJet.Workflow.Core.Runtime.CreateInstanceParams
Represents parameters for creation of an instance of a process
Namespace: OptimaJet.Workflow.Core.Runtime
public class CreateInstanceParamsInheritance
- System.Object
Constructors
public CreateInstanceParams(string schemeCode, Guid processId) #Constructor of CreateInstanceParams class
Parameters
Name
Type
Description
schemeCodeStringCode of the scheme
processIdGuidProcess id
Properties
Name
Type
SchemeCode #StringCode of the scheme
ProcessId #GuidProcess id
IdentityId #StringThe user id which execute initial command if command is available
ImpersonatedIdentityId #StringThe user id for whom executes initial command if command is available
InitialProcessParameters #IDictionary<Object>Parameters to be passed to the process as the initial
TenantId #StringTenant's identifier (if exist)
Persist #List<String>Names of persist parameters in CreateInstanceParams.InitialProcessParameters
CalendarName #StringWork calendar name
Methods
public CreateInstanceParams AddPersistentParameter(string name, object value) #Add new persistent initial process parameter
Parameters
Name
Type
Description
nameStringParameter name
valueObjectParameter value
Returns
Type
Description
CreateInstanceParamspublic CreateInstanceParams AddTemporaryParameter(string name, object value) #Add new temporary initial process parameter
Parameters
Name
Type
Description
nameStringParameter name
valueObjectParameter value
Returns
Type
Description
CreateInstanceParams