Skip to main content

tctl workflow observe

The tctl workflow observe command shows the progress of the Event History of a Workflow Execution.

See also tctl workflow observeid.

tctl workflow observe [<modifiers>]

Alias: o

The following modifiers control the behavior of the command.

--workflow_id

Specify a Workflow Id.

Aliases: --wid, -w

Example

tctl workflow observe --workflow_id <id>

--run_id

Specify a Run Id.

Aliases: --rid, -r

Example

tctl workflow observe --run_id <id>

--show_detail

Show event details.

Alias: --sd

Example

tctl workflow observe --show_detail

--max_field_length

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

Alias: --maxl

Example

tctl workflow observe --max_field_length <length>