tailorctl workspace workflow get-execution

Get the status and results of a workflow execution using its execution ID.

This command can either fetch the current status once, or follow the execution until it completes using the --follow flag.

Usage

tailorctl workspace workflow get-execution [flags]

Flags

  -e, --execution-id string   Workflow execution ID to check
      --follow                Poll for updates until completion
  -h, --help                  help for get-execution
      --interval duration     Polling interval when using --follow (default 5s)
      --show-logs             Display job execution logs

Flags inherited from parent commands

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

Examples

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

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

tailorctl workspace workflow get-execution --execution-id 123e4567-e89b-12d3-a456-426614174000 --show-logs

See also