TxJobExecutionOptions
Use TxJobExecutionOptions to change execution default behavior. The object is as follow:
parameters
persist.ison: define if need to persist a job before calling to every component.
persist.destory: define if need to completed destory the job when a job is reaching to it's execute.until component.
execute.until: define the component's mountpoint name (sring | symbol) where need to stop and destory if persist.destory is on.
usage
Last updated