stack kb workflows get-workflows-executions-executionid-steps-stepid-resume-external cli command

Auth required Idempotent Scope: global
elastic stack kb workflows get-workflows-executions-executionid-steps-stepid-resume-external \
  --execution-id <execution-id> \
  --step-id <step-id> \
  --token <token> \
  [options]
		

Resume a workflow execution from an external link

Behaviour flags:

--dry-run — validate all inputs and exit without performing any action

--execution-id string required
Workflow execution ID
--step-id string required
Workflow step execution ID
--token string required
The token created when the workflow execution was paused. Authenticates the request to resume execution.
--approved string
Indicates whether a human reviewer approved the paused step. Required for waitForApproval when resuming an approval step.
--input-file string
path to a JSON file to use as command input
--dry-run
validate all inputs and exit without performing any action (preview changes without applying them)
--json

output as JSON