Loading

stack kb workflows get-workflows-workflow-workflowid-executions cli command

Auth required Idempotent Scope: global
elastic stack kb workflows get-workflows-workflow-workflowid-executions \
  --workflow-id <workflow-id> \
  [options]
		

Get workflow executions

Behaviour flags:

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

--workflow-id string required
Workflow ID
--statuses string
Filter by execution status.
--execution-types string
Filter by execution type.
--executed-by string
Filter by the user who triggered the execution.
--concurrency-group-key string
Filter by evaluated concurrency group key.
--[no-]omit-step-runs
Whether to exclude step-level execution data.
--finished-after string
Datemath lower bound for filtering executions by finishedAt (inclusive when parsed).
--finished-before string
Datemath upper bound for filtering executions by finishedAt (inclusive when parsed with roundUp).
--collapse string
Field to collapse execution results by.
--sort-field string
Field to sort executions by.
--sort-order string
Sort order.
--page number
Page number.
--size number
Number of results per page.
--started-after string
Datemath lower bound for filtering executions by startedAt (inclusive when parsed).
--started-before string
Datemath upper bound for filtering executions by startedAt (inclusive when parsed with roundUp).
--input-file string
path to a JSON file to use as command input
--[no-]dry-run
validate all inputs and exit without performing any action (preview changes without applying them)
--[no-]json

output as JSON