tailorctl workspace workflow resume

Resume a failed workflow execution.

This command resumes a workflow execution that failed, restarting it from the point of failure. The command returns immediately with the same execution ID.

Usage

tailorctl workspace workflow resume [flags]

Flags

  -e, --execution-id string   Failed workflow execution ID to resume
  -h, --help                  help for resume

Flags inherited from parent commands

  -w, --workspace_id string   workspace ID (overrides active context)

Examples

tailorctl workspace workflow resume --execution-id 123e4567-e89b-12d3-a456-426614174000

tailorctl workspace workflow resume -e 123e4567-e89b-12d3-a456-426614174000

See also