class Object
Constants
- ACTOR
Actors type are exclusive Basic actor
- IF_ACTOR
If actor, i.e. ony one of the following jobs will be executed. Selected job match the exit code of the command. Type of the node will be set to selected output WARNING: input of IF actors MUST NOT be a pattern matchng multiple files. The IF condition must be executed only once, not on a bunch of files.
- INTERACTIVE_ACTOR
Interactive actor: there is no automatic FINISH message. Command is executed and user/an other script will send a FINISH message when appropriate.
- OP_CLEAN
- OP_DESTROY
- OP_ERROR
- OP_FINISH
- OP_JRESUME
- OP_JSUSPEND
- OP_NEW
List of message operations
- OP_RUN
- OP_SKIP
- OP_START
- OP_STORE
- OP_WRESUME
- OP_WSUSPEND
- STATUS_ERROR
- STATUS_FAKE
- STATUS_NEW
- STATUS_OVER
- STATUS_RUNNING
- STATUS_SKIP
Determines the workflow and node status
- STATUS_SUSPEND
- STORE_DO
- STORE_ERROR
- STORE_NO
Determines if a job must be stored to S3, and its current status
- STORE_OVER
- STORE_RUN