To get full access to the Kademi Hub existing customers can login here, or new customers can register here.
Wraps processing in a transaction and commits it in the finished phase
Use alwaysRollback for testing, so the transaction is always rolled back
Use the isolated property so that the transaction is local to each invocation
of this step. Ie if the transaction is called for each of 10 rows, the
transaction will be started and commited 10 times.
This is useful for sequences of transaction steps, otherwise you will get a
"nested transactions not supported" error.
Properties
Name | Returns | Notes | Example |
---|---|---|---|
next | PipelineStep | ||
isolated | Boolean |