schedwf [-<option> . . .]
Creates a scheduled task that executes a workflow. The workflow processes database objects.
Available since the version 2.0.
This command is also available in cmd4 as schedwf.
Options
[-name] <string>
Workflow name
-ids <comma-separated database ids>
Database id(s) of the object(s) to process with the workflow. If not specified the workflow will still be executed but without any input object.
-pars <list of name-value pairs in the format 'name1:value1;name2:value2...'; e.g. 'folderId:30;cmd:up' to define a 'folderId' parameter with value 30 and a 'cmd' parameter with value 'up'.>
Optional extra parameters to pass to the workflow.
-priority <integer>
Execution priority. Tasks with higher priority values are executed first. If not specified it is assumed 0 = minimum priority.
-at <date/time>
Execution date/time. If not specified the execution is immediate.
-profile <string>
Execution profile. The profile configuration determines the number of retries and the log actions to take after execution. If not specified the default profile will be used.