workflow scheduler Command Group¤
List, inspect, enable/disable or open scheduler.
Schedulers execute workflows in specified intervals. They are identified with a SCHEDULER_ID
. To get a list of existing schedulers, execute the list command or use tab-completion.
workflow scheduler open¤
Open scheduler(s) in the browser.
With this command, you can open a scheduler in the workspace in your browser to change it.
The command accepts multiple scheduler IDs which results in opening multiple browser tabs.
workflow scheduler list¤
List available scheduler.
Outputs a table or a list of scheduler IDs which can be used as reference for the scheduler commands.
Options
workflow scheduler inspect¤
Display all metadata of a scheduler.
workflow scheduler disable¤
Disable scheduler(s).
The command accepts multiple scheduler IDs which results in disabling them one after the other.
workflow scheduler enable¤
Enable scheduler(s).
The command accepts multiple scheduler IDs which results in enabling them one after the other.