There is no way to provide wf params when we create cron-trigger
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-mistralclient |
Fix Released
|
High
|
Nikolay Makhotkin | ||
Kilo |
Fix Released
|
High
|
Nikolay Makhotkin | ||
Liberty |
Fix Committed
|
High
|
Nikolay Makhotkin |
Bug Description
Among the "cron-trigger-
usage: mistral cron-trigger-create [-h]
Create new trigger.
positional arguments:
name Cron trigger name
workflow_name Workflow name
workflow_input Workflow input
optional arguments:
-h, --help show this help message and exit
--pattern <* * * * *>
--first-time <YYYY-MM-DD HH:MM>
--count <integer> Number of wanted executions
there is no 'wf_params'. So user can't run reverse workflow.
Changed in python-mistralclient: | |
importance: | Undecided → High |