StartNewOptions interface

Options object provided as an optional second argument to the client.startNew() method

Properties

input

JSON-serializable input value for the orchestrator function.

instanceId

The ID to use for the new orchestration instance. If no instanceId is specified, the Durable Functions extension will generate a random GUID (recommended).

Property Details

input

JSON-serializable input value for the orchestrator function.

input?: unknown

Property Value

unknown

instanceId

The ID to use for the new orchestration instance. If no instanceId is specified, the Durable Functions extension will generate a random GUID (recommended).

instanceId?: string

Property Value

string