Skip to content

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

Configuration and Tags

  • InitiateOptions.TestMode: Specifies whether to initiate in test mode. If not specified, the current instance's test mode state is used.