Este conteúdo não está disponível no idioma selecionado.
Chapter 69. task
This chapter describes the commands under the task command.
69.1. task execution list Copiar o linkLink copiado para a área de transferência!
Usage:
List all tasks.
| Value | Summary |
|---|---|
| workflow_execution | Workflow execution id associated with list of tasks. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --filter FILTERS | Filters. can be repeated. |
| --limit [LIMIT] | Maximum number of tasks to return in a single result. limit is set to 100 by default. Use --limit -1 to fetch the full result set. |
| 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 |
| 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. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-mistralclient plugin.
69.2. task execution published show Copiar o linkLink copiado para a área de transferência!
Usage:
openstack task execution published show [-h] id
openstack task execution published show [-h] id
Show task published variables.
| Value | Summary |
|---|---|
| id | Task id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-mistralclient plugin.
69.3. task execution rerun Copiar o linkLink copiado para a área de transferência!
Usage:
Rerun an existing task.
| Value | Summary |
|---|---|
| id | Task identifier |
| 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 |
| 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 |
| 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. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-mistralclient plugin.
69.4. task execution result show Copiar o linkLink copiado para a área de transferência!
Usage:
openstack task execution result show [-h] id
openstack task execution result show [-h] id
Show task output data.
| Value | Summary |
|---|---|
| id | Task id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-mistralclient plugin.
69.5. task execution show Copiar o linkLink copiado para a área de transferência!
Usage:
Show specific task.
| Value | Summary |
|---|---|
| task | Task identifier |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| 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 |
| 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. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-mistralclient plugin.