Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |
transformations:start [2025/08/10 21:38] – [Workflow / External] dmitry | transformations:start [2025/08/13 14:53] (current) – [Workflow / Internal] add skip/unchanged craigt |
---|
* [[transformations:sharedmemory|Shared memory]] - perform operations on shared memory, a key-value data respository. | * [[transformations:sharedmemory|Shared memory]] - perform operations on shared memory, a key-value data respository. |
* [[transformations:skiponcondition|Skip actions on condition]] - skip the rest of actions in table if the specified condition is fulfilled. | * [[transformations:skiponcondition|Skip actions on condition]] - skip the rest of actions in table if the specified condition is fulfilled. |
| * [[transformations:skipifunchanged|Skip if unchanged]] - skip the rest of actions in table if the didn't change from previous run. |
* [[transformations:skiponconditioninanothertable|Skip on condition in another table]] - skip the rest of the actions in table if the condition in another table is fulfilled. | * [[transformations:skiponconditioninanothertable|Skip on condition in another table]] - skip the rest of the actions in table if the condition in another table is fulfilled. |
* [[transformations:exclusiveaccess|Start/finish exclusive access]] - enforce mutually exclusive access to a resource for simultaneously executed projects (tasks). | * [[transformations:exclusiveaccess|Start/finish exclusive access]] - enforce mutually exclusive access to a resource for simultaneously executed projects (tasks). |