Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class BulkCreateInstancePrams

OptimaJet.Workflow.Core.Runtime.BulkCreateInstancePrams

Object that represents information which is required for mass creation of processes

public class BulkCreateInstancePrams

Inheritance

  • System.Object

Constructors

public BulkCreateInstancePrams(string schemeCode, List<Guid> processIds) #
Constructor

Parameters

Name
Type
Description
schemeCode
String
Code of the scheme
processIds
List<Guid>
List of process IDs to create

Properties

Name
Type
SchemeCode #
String
Code 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 #
String
The user id which execute initial command if command is available. Common for all creted processes.
TenantId #
String
Tenant's identifier (if exist). Common for all created processes.
ImpersonatedIdentityId #
String
The 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