Skip to main content

tctl workflow observeid

The tctl workflow observeid command shows the progress of the Event History of a Workflow Execution for the specified Workflow Id and optional Run Id.

tctl workflow observeid <workflow_id> [<run_id>] [<modifiers>]

This command is a shortcut for tctl workflow observe --workflow_id <workflowid> [--run_id <runid>].

The following modifiers control the behavior of the command.

--show_detail

Show event details.

Alias: --sd

Example

tctl workflow observeid --show_detail

--max_field_length

Specify the maximum length for each attribute field. The default value is 0.

Alias: --maxl

Example

tctl workflow observeid --max_field_length <length>