InitiateOptions¶
Options for initiating a new workflow instance.
Capabilities¶
Context¶
- InitiateOptions.Culture: The culture of the new instance. If not specified, the current instance culture is used.
- InitiateOptions.Initiator: The identity of the initiator. If not specified, a null value is used.
- InitiateOptions.Task: The name or ID of the task to initiate. If not specified, the initiator task is used if exactly one exists; otherwise, an error is thrown.
Properties¶
- InitiateOptions.Parent: The parent work item. If not specified, the current work item is set as the parent.
- InitiateOptions.Version: The version of the process to initiate.
Configuration and Tags¶
- InitiateOptions.TestMode: Specifies whether to initiate in test mode. If not specified, the current instance's test mode state is used.