workbook-create:
mistral workbook-create <definition>
Create new workbook.
workbook-delete:
mistral workbook-delete <name> [<name> ...]
Delete workbook.
workbook-get:
mistral workbook-get <name>
Show specific workbook.
workbook-get-definition:
mistral workbook-get-definition <workbook_identifier>
Show workbook definition.
workbook-list:
mistral workbook-list
List all workbooks.
workbook-update:
mistral workbook-update <definition>
Update workbook.
workbook-validate:
mistral workbook-validate <definition>
Validate workbook.
workflow-create:
mistral workflow-create <definition> [--public]
Create new workflow.
workflow-delete:
mistral workflow-delete <name> [<name> ...]
Delete workflow.
workflow-get:
mistral workflow-get <name>
Show specific workflow.
workflow-get-definition:
mistral workflow-get-definition <name>
Show workflow definition.
workflow-list:
mistral workflow-list
List all workflows.
workflow-update:
mistral workflow-update <definition>
Update workflow.
workflow-validate:
mistral workflow-validate <definition>
Validate workflow.
action-create:
mistral action-create <definition> [--public]
Create new action.
action-delete:
mistral action-delete action [action ...]
Delete action.
action-get:
mistral action-get <action>
Show specific action.
action-get-definition:
mistral action-get-definition <name>
Show action definition.
action-list:
mistral action-list
List all actions.
action-update:
mistral action-update [--public] [--id ID] <definition>
Update action.
--id ID | Action ID. |
--public | With this flag, action will be marked as “public”. |
action-validate:
mistral action-validate <definition>
Validate action.
execution-create:
mistral execution-create [-d DESCRIPTION]
<workflow_identifier> [<workflow_input>] [<params>]
Create a new execution.
workflow_input - Workflow input. params - Workflow additional parameters.
-d DESCRIPTION, --description DESCRIPTION | |
Execution description |
execution-delete:
mistral execution-delete <execution> [<execution> ...]
Delete execution.
execution-get:
mistral execution-get <execution>
Show specific execution.
execution-get-input:
mistral execution-get-input <id>
Show execution input data.
execution-get-output:
mistral execution-get-output [-h] id
Show execution output data.
execution-list:
mistral execution-list [--marker [MARKER]] [--limit [LIMIT]]
[--sort_keys [SORT_KEYS]]
[--sort_dirs [SORT_DIRS]]
List all executions.
execution-update:
mistral execution-update [-s {RUNNING,PAUSED,SUCCESS,ERROR,CANCELLED}]
[-e ENV] [-d DESCRIPTION] <id>
Update execution.
-e ENV, --env ENV | |
Environment variables | |
-d DESCRIPTION, --description DESCRIPTION | |
Execution description |
task-get:
mistral task-get <id>
Show specific task.
task-get-published:
mistral task-get-published <id>
Show task published variables.
task-get-result:
mistral task-get-result <id>
Show task output data.
task-list:
mistral task-list [<workflow_execution>]
List all tasks.
task-rerun:
mistral task-rerun [--resume] [-e ENV] <id>
Rerun an existing task.
--resume | rerun only failed or unstarted action executions for with-items task. |
-e ENV, --env ENV | |
Environment variables. |
action-execution-delete:
mistral action-execution-delete <action_execution> [<action_execution> ...]
Delete action execution.
action-execution-get:
mistral action-execution-get <action_execution>
Show specific Action execution.
action-execution-get-input:
mistral action-execution-get-input <id>
Show Action execution input data.
action-execution-get-output:
mistral action-execution-get-output <id>
Show Action execution output data.
action-execution-list:
mistral action-execution-list [<task-execution-id>]
List all Action executions.
action-execution-update:
mistral action-execution-update [--state {IDLE,RUNNING,SUCCESS,ERROR}] [--output <OUTPUT>] <id>
Update specific Action execution.
–output OUTPUT - Action execution output
run-action:
mistral run-action <name> [<input>] [-t <TARGET>]
Create new Action execution or just run specific action.
-s, –save-result - Save the result into DB. -t TARGET, –target TARGET
Action will be executed on <target> executor.
cron-trigger-create:
mistral cron-trigger-create [--params <PARAMS>] [--pattern <* * * * *>]
[--first-time <YYYY-MM-DD HH:MM>]
[--count <integer>]
<name> <workflow_identifier> [<workflow_input>]
Create new trigger.
–params PARAMS - Workflow params. –pattern <* * * * *>
Cron trigger pattern.
--first-time <YYYY-MM-DD HH:MM> | |
Date and time of the first execution. | |
--count <integer> | |
Number of wanted executions. |
cron-trigger-delete:
mistral cron-trigger-delete <name> [<name> ...]
Delete trigger.
cron-trigger-get:
mistral cron-trigger-get <name>
Show specific cron trigger.
cron-trigger-list:
mistral cron-trigger-list
List all cron triggers.
environment-create:
mistral environment-create <file>
Create new environment.
environment-delete:
mistral environment-delete <environment> [<environment> ...]
Delete environment.
environment-get:
mistral environment-get <name>
Show specific environment.
environment-list:
mistral environment-list
List all environments.
environment-update:
mistral environment-update <file>
Update environment.
member-create:
mistral member-create <resource_id> <resource_type> <member_id>
Shares a resource to another tenant.
member-delete:
mistral member-delete <resource> <resource_type> <member_id>
Delete a resource sharing relationship.
member-get:
mistral member-get [-m MEMBER_ID]
<resource> <resource_type>
Show specific member information.
-m MEMBER_ID, --member-id MEMBER_ID | |
Project ID to whom the resource is shared to. No need to provide this param if you are the resource member. |
member-list:
mistral member-list <resource_id> <resource_type>
List all members.
member-update:
mistral member-update [-m MEMBER_ID]
[-s {pending,accepted,rejected}]
<resource_id> <resource_type>
Update resource sharing status.
-m MEMBER_ID, --member-id MEMBER_ID | |
Project ID to whom the resource is shared to. No need to provide this param if you are the resource member. |