Class BulkCreateInstancePrams
OptimaJet.Workflow.Core.Runtime.BulkCreateInstancePrams
Object that represents information which is required for mass creation of processes
Namespace: OptimaJet.Workflow.Core.Runtime
public class BulkCreateInstancePramsInheritance
- System.Object
Constructors
public BulkCreateInstancePrams(string schemeCode, List<Guid> processIds) #Constructor
Parameters
Name
Type
Description
schemeCodeStringCode of the scheme
processIdsList<Guid>List of process IDs to create
Properties
Name
Type
SchemeCode #StringCode of the scheme
ProcessIds #List<Guid>List of process IDs to create
InitialProcessParameters #IDictionary<Object>Parameters to be passed to the process as the initial. Common for all creted processes.
ProcessSpecificProcessPrarameters #Dictionary<Object>Process specific process parameters
IdentityId #StringThe user id which execute initial command if command is available. Common for all creted processes.
TenantId #StringTenant's identifier (if exist). Common for all created processes.
ImpersonatedIdentityId #StringThe user id for whom executes initial command if command is available. Common for all creted processes.
ProcessSpecificIdentityIds #Dictionary<String>The user id which execute initial command if command is available. Process specific values
ProcessSpecificImpersonatedIdentityIds #Dictionary<String>The user id for whom executes initial command if command is available. Process specific values