The InitialOptions
class provides configuration options for initializing a workflow, including project and flow names, process and request identifiers, event ID, document parameters, and options.
Properties
Name | Description |
---|
AgentMode | Gets or sets a value indicating whether the workflow is in agent mode. |
ProjectName | Gets or sets the name of the project associated with the workflow. |
DocumentParameters | Gets or sets the document parameters for the workflow. |
EventId | Gets or sets the event identifier for the workflow, if applicable. |
API | Gets or sets the API instance for managing the workflow. |
RequestId | Gets or sets the request identifier for the workflow, if applicable. |
DocumentOptions | Gets or sets the list of document options for the workflow. |
ProcessId | Gets or sets the process identifier for the workflow. |
FlowName | Gets or sets the name of the flow within the project. |
Constructors
Name | Description |
---|
InitialOptions(projectName, flowName, documentOptions, processId, requestId, eventId) | Initializes a new instance of the InitialOptions class with specified project and flow names, document options, and optional process ID, request ID, and event ID. |
InitialOptions(projectName, flowName, processId, requestId, eventId) | Initializes a new instance of the InitialOptions class with specified project and flow names, and optional process ID, request ID, and event ID. |
InitialOptions() | Initializes a new instance of the InitialOptions class with default values. |