StartWorkflowRunRequest
class StartWorkflowRunRequest
Types
Properties
Link copied to clipboard
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This token prevents duplicate workflow run requests.
Link copied to clipboard
Optional parameters to override default workflow parameters for this specific run. These parameters are passed to the workflow during execution and can be used to customize behavior without modifying the workflow definition. Parameters are made available as environment variables to tasks and you can reference them within the YAML workflow definition using standard parameter substitution syntax.
Link copied to clipboard
The Amazon Resource Name (ARN) of the workflow you want to run.
Link copied to clipboard
Optional. The specific version of the workflow to execute. If not specified, the latest version is used.