Chapter 76. task
This chapter describes the commands under the task command.
76.1. task execution list
List all tasks.
Usage:
openstack task execution list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--quote {all,minimal,none,nonnumeric}]
[--noindent] [--max-width <integer>]
[--fit-width] [--print-empty]
[--sort-column SORT_COLUMN]
[--marker [MARKER]] [--limit [LIMIT]]
[--sort_keys [SORT_KEYS]]
[--sort_dirs [SORT_DIRS]]
[--filter FILTERS] [--oldest]
[workflow_execution]
Table 76.1. Positional arguments
| Value | Summary |
|---|---|
| workflow_execution | Workflow execution id associated with list of tasks. |
Table 76.2. Command arguments
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --marker [MARKER] | The last execution uuid of the previous page, displays list of executions after "marker". |
| --limit [LIMIT] | Maximum number of entries to return in a single result. |
| --sort_keys [SORT_KEYS] | Comma-separated list of sort keys to sort results by. Default: created_at. Example: mistral execution-list --sort_keys=id,description |
| --sort_dirs [SORT_DIRS] | Comma-separated list of sort directions. default: asc. Example: mistral execution-list --sort_keys=id,description --sort_dirs=asc,desc |
| --filter FILTERS | Filters. can be repeated. |
| --oldest | Display the executions starting from the oldest entries instead of the newest |
Table 76.3. Output formatter options
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | Specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
Table 76.4. CSV formatter options
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
Table 76.5. JSON formatter options
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
Table 76.6. Table formatter options
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
76.2. task execution published show
Show task published variables.
Usage:
openstack task execution published show [-h] id
Table 76.7. Positional arguments
| Value | Summary |
|---|---|
| id | Task id |
Table 76.8. Command arguments
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
76.3. task execution rerun
Rerun an existing task.
Usage:
openstack task execution rerun [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--resume] [-e ENV]
id
Table 76.9. Positional arguments
| Value | Summary |
|---|---|
| id | Task identifier |
Table 76.10. Command arguments
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --resume | Rerun only failed or unstarted action executions for with-items task |
| -e ENV, --env ENV | Environment variables |
Table 76.11. Output formatter options
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
Table 76.12. JSON formatter options
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
Table 76.13. Shell formatter options
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
Table 76.14. Table formatter options
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
76.4. task execution result show
Show task output data.
Usage:
openstack task execution result show [-h] id
Table 76.15. Positional arguments
| Value | Summary |
|---|---|
| id | Task id |
Table 76.16. Command arguments
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
76.5. task execution show
Show specific task.
Usage:
openstack task execution show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX] [--max-width <integer>]
[--fit-width] [--print-empty]
task
Table 76.17. Positional arguments
| Value | Summary |
|---|---|
| task | Task identifier |
Table 76.18. Command arguments
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
Table 76.19. Output formatter options
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
Table 76.20. JSON formatter options
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
Table 76.21. Shell formatter options
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
Table 76.22. Table formatter options
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |