run


retry-jobs


pause


Stop releasing jobs to the batch system.


Usage: pause -workflow W [options]
----------------------------------


Now: -now
---------
In addition to suspending the workflow, cancel and recall currently running
batch jobs.

outfile


modify-jobs


list


List all of your workflows.


Usage: list
-----------
This command does not require that you specify -workflow, and will ignore it
if you do.

export


Generate a JSON description of the workflow in format suitable for use with
swif import.


Usage: export -workflow W
--------------------------------
Note that the only supported output format is JSON.  Attempting to override
this will have no effect.

create


Create a new empty workflow.


Usage: create -workflow W
-------------------------
The workflow W will be owned by the user specified via caller's scientific
computing certificate.  Note that all workflows exist within a global
namespace, so duplicate names are not permitted.

cancel


add-jsub


Pages