Create new action.
openstack action definition create
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--marker [MARKER]]
[--limit [LIMIT]]
[--sort_keys [SORT_KEYS]]
[--sort_dirs [SORT_DIRS]]
[--filter FILTERS]
[--public]
[--namespace [NAMESPACE]]
definition
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
The last execution uuid of the previous page, displays list of executions after “marker”.
Maximum number of entries to return in a single result.
Comma-separated list of sort keys to sort results by. Default: created_at. Example: mistral execution-list –sort_keys=id,description
Comma-separated list of sort directions. Default: asc. Example: mistral execution-list –sort_keys=id,description –sort_dirs=asc,desc
Filters. Can be repeated.
With this flag action will be marked as “public”.
Namespace to create the action within.
Action definition file
This command is provided by the python-mistralclient plugin.
Show action definition.
openstack action definition definition show
[--namespace [NAMESPACE]]
name
Namespace of the action.
Action name
This command is provided by the python-mistralclient plugin.
Delete action.
openstack action definition delete
[--namespace [NAMESPACE]]
action
[action ...]
Namespace of the action(s).
Name or ID of action(s).
This command is provided by the python-mistralclient plugin.
List all actions.
openstack action definition list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--marker [MARKER]]
[--limit [LIMIT]]
[--sort_keys [SORT_KEYS]]
[--sort_dirs [SORT_DIRS]]
[--filter FILTERS]
[--namespace [NAMESPACE]]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
The last execution uuid of the previous page, displays list of executions after “marker”.
Maximum number of entries to return in a single result.
Comma-separated list of sort keys to sort results by. Default: created_at. Example: mistral execution-list –sort_keys=id,description
Comma-separated list of sort directions. Default: asc. Example: mistral execution-list –sort_keys=id,description –sort_dirs=asc,desc
Filters. Can be repeated.
Namespace of the actions.
This command is provided by the python-mistralclient plugin.
Show specific action.
openstack action definition show [--namespace [NAMESPACE]] action
Namespace to create the action within.
Action (name or ID)
This command is provided by the python-mistralclient plugin.
Update action.
openstack action definition update
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--marker [MARKER]]
[--limit [LIMIT]]
[--sort_keys [SORT_KEYS]]
[--sort_dirs [SORT_DIRS]]
[--filter FILTERS]
[--id ID]
[--public]
[--namespace [NAMESPACE]]
definition
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
The last execution uuid of the previous page, displays list of executions after “marker”.
Maximum number of entries to return in a single result.
Comma-separated list of sort keys to sort results by. Default: created_at. Example: mistral execution-list –sort_keys=id,description
Comma-separated list of sort directions. Default: asc. Example: mistral execution-list –sort_keys=id,description –sort_dirs=asc,desc
Filters. Can be repeated.
Action ID.
With this flag action will be marked as “public”.
Namespace of the action.
Action definition file
This command is provided by the python-mistralclient plugin.
Delete action execution.
openstack action execution delete
action_execution
[action_execution ...]
Id of action execution identifier(s).
This command is provided by the python-mistralclient plugin.
Show Action execution input data.
openstack action execution input show id
Action execution ID.
This command is provided by the python-mistralclient plugin.
List all Action executions.
openstack action execution list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--marker [MARKER]]
[--limit [LIMIT]]
[--sort_keys [SORT_KEYS]]
[--sort_dirs [SORT_DIRS]]
[--filter FILTERS]
[--oldest]
[task_execution_id]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
The last execution uuid of the previous page, displays list of executions after “marker”.
Maximum number of entries to return in a single result.
Comma-separated list of sort keys to sort results by. Default: created_at. Example: mistral execution-list –sort_keys=id,description
Comma-separated list of sort directions. Default: asc. Example: mistral execution-list –sort_keys=id,description –sort_dirs=asc,desc
Filters. Can be repeated.
Display the executions starting from the oldest entries instead of the newest
Task execution ID.
This command is provided by the python-mistralclient plugin.
Show Action execution output data.
openstack action execution output show id
Action execution ID.
This command is provided by the python-mistralclient plugin.
Create new Action execution or just run specific action.
openstack action execution run
[-s]
[--run-sync]
[-t TARGET]
[--namespace [NAMESPACE]]
name
[input]
Save the result into DB.
Run the action synchronously.
Action will be executed on <target> executor.
Namespace of the action(s).
Action name to execute.
Action input.
This command is provided by the python-mistralclient plugin.
Show specific Action execution.
openstack action execution show action_execution
Action execution ID.
This command is provided by the python-mistralclient plugin.
Update specific Action execution.
openstack action execution update
[--state {PAUSED,RUNNING,SUCCESS,ERROR,CANCELLED}]
[--output OUTPUT]
id
Action execution state
Action execution output
Action execution ID.
This command is provided by the python-mistralclient plugin.
Show workflow definition.
openstack code source content show [--namespace [NAMESPACE]] identifier
Namespace to get the code source from.
Code source ID or name.
This command is provided by the python-mistralclient plugin.
Create new code source.
openstack code source create
[--namespace [NAMESPACE]]
[--public]
name
content
Namespace to create the code source within.
With this flag the code source will be marked as “public”.
Code source name.
Code source content file.
This command is provided by the python-mistralclient plugin.
Delete workflow.
openstack code source delete
[--namespace [NAMESPACE]]
identifier
[identifier ...]
Namespace to delete the code source(s) from.
Code source name or ID (can be repeated multiple times).
This command is provided by the python-mistralclient plugin.
List all workflows.
openstack code source list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--marker [MARKER]]
[--limit [LIMIT]]
[--sort_keys [SORT_KEYS]]
[--sort_dirs [SORT_DIRS]]
[--filter FILTERS]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
The last execution uuid of the previous page, displays list of executions after “marker”.
Maximum number of entries to return in a single result.
Comma-separated list of sort keys to sort results by. Default: created_at. Example: mistral execution-list –sort_keys=id,description
Comma-separated list of sort directions. Default: asc. Example: mistral execution-list –sort_keys=id,description –sort_dirs=asc,desc
Filters. Can be repeated.
This command is provided by the python-mistralclient plugin.
Show specific code source.
openstack code source show [--namespace [NAMESPACE]] identifier
Namespace to get the code source from.
Code source ID or name.
This command is provided by the python-mistralclient plugin.
Update workflow.
openstack code source update
[--id ID]
[--namespace [NAMESPACE]]
[--public]
identifier
content
Workflow ID.
Namespace of the workflow.
With this flag workflow will be marked as “public”.
Code source identifier (name or ID).
Code source content
This command is provided by the python-mistralclient plugin.
Create new trigger.
openstack cron trigger create
[--params PARAMS]
[--pattern <* * * * *>]
[--first-time <YYYY-MM-DD HH:MM>]
[--count <integer>]
[--utc]
name
workflow_identifier
[workflow_input]
Workflow params
Cron trigger pattern
Date and time of the first execution. Time is treated as local time unless –utc is also specified
Number of wanted executions
All times specified should be treated as UTC
Cron trigger name
Workflow name or ID
Workflow input
This command is provided by the python-mistralclient plugin.
Delete trigger.
openstack cron trigger delete cron_trigger [cron_trigger ...]
Name of cron trigger(s).
This command is provided by the python-mistralclient plugin.
List all cron triggers.
openstack cron trigger list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--marker [MARKER]]
[--limit [LIMIT]]
[--sort_keys [SORT_KEYS]]
[--sort_dirs [SORT_DIRS]]
[--filter FILTERS]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
The last execution uuid of the previous page, displays list of executions after “marker”.
Maximum number of entries to return in a single result.
Comma-separated list of sort keys to sort results by. Default: created_at. Example: mistral execution-list –sort_keys=id,description
Comma-separated list of sort directions. Default: asc. Example: mistral execution-list –sort_keys=id,description –sort_dirs=asc,desc
Filters. Can be repeated.
This command is provided by the python-mistralclient plugin.
Show specific cron trigger.
openstack cron trigger show cron_trigger
Cron trigger name
This command is provided by the python-mistralclient plugin.
Create new action.
openstack dynamic action create
[--public]
[--namespace [NAMESPACE]]
name
class_name
code_source
With this flag an action will be marked as “public”.
Namespace to create the action within.
Dynamic action name
Dynamic action class name
Code source ID or name
This command is provided by the python-mistralclient plugin.
Delete action.
openstack dynamic action delete
[--namespace [NAMESPACE]]
identifier
[identifier ...]
Namespace of the dynamic action(s).
Dynamic action name or ID (can be repeated multiple times).
This command is provided by the python-mistralclient plugin.
List all dynamic actions.
openstack dynamic action list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--marker [MARKER]]
[--limit [LIMIT]]
[--sort_keys [SORT_KEYS]]
[--sort_dirs [SORT_DIRS]]
[--filter FILTERS]
[--namespace [NAMESPACE]]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
The last execution uuid of the previous page, displays list of executions after “marker”.
Maximum number of entries to return in a single result.
Comma-separated list of sort keys to sort results by. Default: created_at. Example: mistral execution-list –sort_keys=id,description
Comma-separated list of sort directions. Default: asc. Example: mistral execution-list –sort_keys=id,description –sort_dirs=asc,desc
Filters. Can be repeated.
Namespace of dynamic actions.
This command is provided by the python-mistralclient plugin.
Show specific dynamic action.
openstack dynamic action show [--namespace [NAMESPACE]] identifier
Namespace to create the dynamic action within.
Dynamic action identifier (name or ID)
This command is provided by the python-mistralclient plugin.
Update dynamic action.
openstack dynamic action update
[--class-name [CLASS_NAME]]
[--code-source [CODE_SOURCE]]
[--public]
[--namespace [NAMESPACE]]
identifier
Dynamic action class name.
Code source identifier (ID or name).
With this flag action will be marked as “public”.
Namespace of the action.
Dynamic action identifier (ID or name)
This command is provided by the python-mistralclient plugin.
Create new trigger.
openstack event trigger create
[--params PARAMS]
name
workflow_id
exchange
topic
event
[workflow_input]
Workflow params
Event trigger name
Workflow ID
Event trigger exchange
Event trigger topic
Event trigger event name
Workflow input
This command is provided by the python-mistralclient plugin.
Delete trigger.
openstack event trigger delete event_trigger_id [event_trigger_id ...]
ID of event trigger(s).
This command is provided by the python-mistralclient plugin.
List all event triggers.
openstack event trigger list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--marker [MARKER]]
[--limit [LIMIT]]
[--sort_keys [SORT_KEYS]]
[--sort_dirs [SORT_DIRS]]
[--filter FILTERS]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
The last execution uuid of the previous page, displays list of executions after “marker”.
Maximum number of entries to return in a single result.
Comma-separated list of sort keys to sort results by. Default: created_at. Example: mistral execution-list –sort_keys=id,description
Comma-separated list of sort directions. Default: asc. Example: mistral execution-list –sort_keys=id,description –sort_dirs=asc,desc
Filters. Can be repeated.
This command is provided by the python-mistralclient plugin.
Show specific event trigger.
openstack event trigger show event_trigger
Event trigger ID
This command is provided by the python-mistralclient plugin.
Shares a resource to another tenant.
openstack resource member create resource_id resource_type member_id
Resource ID to be shared.
Resource type.
Project ID to whom the resource is shared to.
This command is provided by the python-mistralclient plugin.
Delete a resource sharing relationship.
openstack resource member delete resource resource_type member_id
Resource ID to be shared.
Resource type.
Project ID to whom the resource is shared to.
This command is provided by the python-mistralclient plugin.
List all members.
openstack resource member list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--marker [MARKER]]
[--limit [LIMIT]]
[--sort_keys [SORT_KEYS]]
[--sort_dirs [SORT_DIRS]]
[--filter FILTERS]
resource_id
resource_type
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
The last execution uuid of the previous page, displays list of executions after “marker”.
Maximum number of entries to return in a single result.
Comma-separated list of sort keys to sort results by. Default: created_at. Example: mistral execution-list –sort_keys=id,description
Comma-separated list of sort directions. Default: asc. Example: mistral execution-list –sort_keys=id,description –sort_dirs=asc,desc
Filters. Can be repeated.
Resource id to be shared.
Resource type.
This command is provided by the python-mistralclient plugin.
Show specific member information.
openstack resource member show [-m MEMBER_ID] resource resource_type
Project ID to whom the resource is shared to. No need to provide this param if you are the resource member.
Resource ID to be shared.
Resource type.
This command is provided by the python-mistralclient plugin.
Update resource sharing status.
openstack resource member update
[-m MEMBER_ID]
[-s {pending,accepted,rejected}]
resource_id
resource_type
Project ID to whom the resource is shared to. No need to provide this param if you are the resource member.
status of the sharing.
Resource ID to be shared.
Resource type.
This command is provided by the python-mistralclient plugin.
List all tasks.
openstack task execution list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--marker [MARKER]]
[--limit [LIMIT]]
[--sort_keys [SORT_KEYS]]
[--sort_dirs [SORT_DIRS]]
[--filter FILTERS]
[--oldest]
[workflow_execution]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
The last execution uuid of the previous page, displays list of executions after “marker”.
Maximum number of entries to return in a single result.
Comma-separated list of sort keys to sort results by. Default: created_at. Example: mistral execution-list –sort_keys=id,description
Comma-separated list of sort directions. Default: asc. Example: mistral execution-list –sort_keys=id,description –sort_dirs=asc,desc
Filters. Can be repeated.
Display the executions starting from the oldest entries instead of the newest
Workflow execution ID associated with list of Tasks.
This command is provided by the python-mistralclient plugin.
Show task published variables.
openstack task execution published show id
Task ID
This command is provided by the python-mistralclient plugin.
Rerun an existing task.
openstack task execution rerun [--resume] [-e ENV] id
rerun only failed or unstarted action executions for with-items task
Environment variables
Task identifier
This command is provided by the python-mistralclient plugin.
Show task output data.
openstack task execution result show id
Task ID
This command is provided by the python-mistralclient plugin.
Show specific task.
openstack task execution show task
Task identifier
This command is provided by the python-mistralclient plugin.
Create new workbook.
openstack workbook create
[--public]
[--namespace [NAMESPACE]]
definition
With this flag workbook will be marked as “public”.
Namespace to create the workbook within.
Workbook definition file
This command is provided by the python-mistralclient plugin.
Show workbook definition.
openstack workbook definition show name
Workbook name
This command is provided by the python-mistralclient plugin.
Delete workbook.
openstack workbook delete
[--namespace [NAMESPACE]]
workbook
[workbook ...]
Namespace to delete the workbook(s) from.
Name of workbook(s).
This command is provided by the python-mistralclient plugin.
List all workbooks.
openstack workbook list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--marker [MARKER]]
[--limit [LIMIT]]
[--sort_keys [SORT_KEYS]]
[--sort_dirs [SORT_DIRS]]
[--filter FILTERS]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
The last execution uuid of the previous page, displays list of executions after “marker”.
Maximum number of entries to return in a single result.
Comma-separated list of sort keys to sort results by. Default: created_at. Example: mistral execution-list –sort_keys=id,description
Comma-separated list of sort directions. Default: asc. Example: mistral execution-list –sort_keys=id,description –sort_dirs=asc,desc
Filters. Can be repeated.
This command is provided by the python-mistralclient plugin.
Show specific workbook.
openstack workbook show [--namespace [NAMESPACE]] workbook
Namespace to get the workbook from.
Workbook name
This command is provided by the python-mistralclient plugin.
Update workbook.
openstack workbook update
[--namespace [NAMESPACE]]
[--public]
definition
Namespace to update the workbook in.
With this flag workbook will be marked as “public”.
Workbook definition file
This command is provided by the python-mistralclient plugin.
Validate workbook.
openstack workbook validate definition
Workbook definition file
This command is provided by the python-mistralclient plugin.
Create new workflow.
openstack workflow create
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--marker [MARKER]]
[--limit [LIMIT]]
[--sort_keys [SORT_KEYS]]
[--sort_dirs [SORT_DIRS]]
[--filter FILTERS]
[--namespace [NAMESPACE]]
[--public]
definition
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
The last execution uuid of the previous page, displays list of executions after “marker”.
Maximum number of entries to return in a single result.
Comma-separated list of sort keys to sort results by. Default: created_at. Example: mistral execution-list –sort_keys=id,description
Comma-separated list of sort directions. Default: asc. Example: mistral execution-list –sort_keys=id,description –sort_dirs=asc,desc
Filters. Can be repeated.
Namespace to create the workflow within.
With this flag workflow will be marked as “public”.
Workflow definition file.
This command is provided by the python-mistralclient plugin.
Show workflow definition.
openstack workflow definition show [--namespace [NAMESPACE]] identifier
Namespace to get the workflow from.
Workflow ID or name.
This command is provided by the python-mistralclient plugin.
Delete workflow.
openstack workflow delete
[--namespace [NAMESPACE]]
workflow
[workflow ...]
Namespace to delete the workflow from.
Name or ID of workflow(s).
This command is provided by the python-mistralclient plugin.
List all services.
openstack workflow engine service list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--marker [MARKER]]
[--limit [LIMIT]]
[--sort_keys [SORT_KEYS]]
[--sort_dirs [SORT_DIRS]]
[--filter FILTERS]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
The last execution uuid of the previous page, displays list of executions after “marker”.
Maximum number of entries to return in a single result.
Comma-separated list of sort keys to sort results by. Default: created_at. Example: mistral execution-list –sort_keys=id,description
Comma-separated list of sort directions. Default: asc. Example: mistral execution-list –sort_keys=id,description –sort_dirs=asc,desc
Filters. Can be repeated.
This command is provided by the python-mistralclient plugin.
Create new environment.
openstack workflow env create file
Environment configuration file in JSON or YAML
This command is provided by the python-mistralclient plugin.
Delete environment.
openstack workflow env delete environment [environment ...]
Name of environment(s).
This command is provided by the python-mistralclient plugin.
List all environments.
openstack workflow env list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--marker [MARKER]]
[--limit [LIMIT]]
[--sort_keys [SORT_KEYS]]
[--sort_dirs [SORT_DIRS]]
[--filter FILTERS]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
The last execution uuid of the previous page, displays list of executions after “marker”.
Maximum number of entries to return in a single result.
Comma-separated list of sort keys to sort results by. Default: created_at. Example: mistral execution-list –sort_keys=id,description
Comma-separated list of sort directions. Default: asc. Example: mistral execution-list –sort_keys=id,description –sort_dirs=asc,desc
Filters. Can be repeated.
This command is provided by the python-mistralclient plugin.
Show specific environment.
openstack workflow env show [--export] environment
Export the environment suitable for import
Environment name
This command is provided by the python-mistralclient plugin.
Update environment.
openstack workflow env update file
Environment configuration file in JSON or YAML
This command is provided by the python-mistralclient plugin.
Create new execution.
openstack workflow execution create
[--namespace [NAMESPACE]]
[-d DESCRIPTION]
[-s [SOURCE_EXECUTION_ID]]
[workflow_identifier]
[workflow_input]
[params]
Workflow namespace.
Execution description
Workflow Execution id which will allow operators to create a new workflow execution based on the previously successful executed workflow. Example: mistral execution-create -s 123e4567-e89b-12d3-a456-426655440000
Workflow ID or name
Workflow input
Workflow additional parameters
This command is provided by the python-mistralclient plugin.
Delete execution.
openstack workflow execution delete [--force] execution [execution ...]
Force the deletion of an execution. Might cause a cascade of errors if used for running executions.
Id of execution identifier(s).
This command is provided by the python-mistralclient plugin.
Show execution input data.
openstack workflow execution input show id
Execution ID
This command is provided by the python-mistralclient plugin.
List all executions.
openstack workflow execution list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--marker [MARKER]]
[--limit [LIMIT]]
[--sort_keys [SORT_KEYS]]
[--sort_dirs [SORT_DIRS]]
[--filter FILTERS]
[--oldest]
[--task [TASK]]
[--rootsonly]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
The last execution uuid of the previous page, displays list of executions after “marker”.
Maximum number of entries to return in a single result.
Comma-separated list of sort keys to sort results by. Default: created_at. Example: mistral execution-list –sort_keys=id,description
Comma-separated list of sort directions. Default: asc. Example: mistral execution-list –sort_keys=id,description –sort_dirs=asc,desc
Filters. Can be repeated.
Display the executions starting from the oldest entries instead of the newest
Parent task execution ID associated with workflow execution list.
return only root executions
This command is provided by the python-mistralclient plugin.
Show execution output data.
openstack workflow execution output show id
Execution ID
This command is provided by the python-mistralclient plugin.
Show workflow global published variables.
openstack workflow execution published show id
Workflow ID
This command is provided by the python-mistralclient plugin.
Print execution report.
openstack workflow execution report show
[--errors-only]
[--statistics-only]
[--no-errors-only]
[--max-depth [MAX_DEPTH]]
id
Only error paths will be included.
Only the statistics will be included.
Not only error paths will be included.
Maximum depth of the workflow execution tree. If 0, only the root workflow execution and its tasks will be included
Execution ID
This command is provided by the python-mistralclient plugin.
Show specific execution.
openstack workflow execution show execution
Execution identifier
This command is provided by the python-mistralclient plugin.
Update execution.
openstack workflow execution update
[-s {RUNNING,PAUSED,SUCCESS,ERROR,CANCELLED}]
[-e ENV]
[-d DESCRIPTION]
id
Execution state
Environment variables
Execution description
Execution identifier
This command is provided by the python-mistralclient plugin.
List all workflows.
openstack workflow list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--marker [MARKER]]
[--limit [LIMIT]]
[--sort_keys [SORT_KEYS]]
[--sort_dirs [SORT_DIRS]]
[--filter FILTERS]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
The last execution uuid of the previous page, displays list of executions after “marker”.
Maximum number of entries to return in a single result.
Comma-separated list of sort keys to sort results by. Default: created_at. Example: mistral execution-list –sort_keys=id,description
Comma-separated list of sort directions. Default: asc. Example: mistral execution-list –sort_keys=id,description –sort_dirs=asc,desc
Filters. Can be repeated.
This command is provided by the python-mistralclient plugin.
Show specific workflow.
openstack workflow show [--namespace [NAMESPACE]] workflow
Namespace to get the workflow from.
Workflow ID or name.
This command is provided by the python-mistralclient plugin.
Update workflow.
openstack workflow update
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--marker [MARKER]]
[--limit [LIMIT]]
[--sort_keys [SORT_KEYS]]
[--sort_dirs [SORT_DIRS]]
[--filter FILTERS]
[--id ID]
[--namespace [NAMESPACE]]
[--public]
definition
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
The last execution uuid of the previous page, displays list of executions after “marker”.
Maximum number of entries to return in a single result.
Comma-separated list of sort keys to sort results by. Default: created_at. Example: mistral execution-list –sort_keys=id,description
Comma-separated list of sort directions. Default: asc. Example: mistral execution-list –sort_keys=id,description –sort_dirs=asc,desc
Filters. Can be repeated.
Workflow ID.
Namespace of the workflow.
With this flag workflow will be marked as “public”.
Workflow definition
This command is provided by the python-mistralclient plugin.
Validate workflow.
openstack workflow validate definition
Workflow definition file
This command is provided by the python-mistralclient plugin.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.