OptionalannotationsA list of terms describing the workflow's intended purpose, subject areas, or other important qualities.
OptionaldescriptionA human-readable description of the workflow's purpose.
OptionalenabledIndicates whether the task is enabled. Disabled tasks will not trigger automatically.
OptionaleventsCloudEvent definitions for the workflow. Defines the events that can be consumed or produced by the workflow.
Optional ReadonlyidThe unique identifier assigned to the task by the service.
OptionalkeepWhen true, workflow instances are not terminated when there are no active execution paths. Instances can be ended via a terminate end definition or a configured workflowExecTimeout.
OptionalkeyAn optional expression used to generate a domain-specific workflow instance identifier.
OptionalmetadataThe name that identifies the workflow definition. Combined with version, the name forms a unique identifier for the task.
OptionalresourceThe unique identifier of the resource this task operates on. The value supplied in a request body is ignored and is derived automatically from states.
The Serverless Workflow specification version used by this task.
OptionalstartThe start definition for a workflow, including optional schedule configuration.
OptionalstatesThe list of state definitions that compose the workflow.
OptionalversionThe semantic version of the workflow definition.
Example