TxJob::execute
Run all component one after the other, TxTask is passing between components, the output of a component is the input of the next component.
arguments
TxTask: an object including your data
options: a directive to execute
until: {util: 'GITHUB::GIST::C2'} run until component GITHUB::GIST::C2 then stop. use continue to resume the process.
usage
Last updated