Hi Mathias,
To do so:
If you want to run the remaining steps even if the previous one fails, set “Run Remaining steps before failing” (Workflow tab). Check the result here.
This is my job definition example, feel free to use/edit it.
- defaultTab: nodes description: '' executionEnabled: true id: e86cc06f-e91d-485b-aea1-7c511c71758e loglevel: INFO name: HelloWorld nodeFilterEditable: false nodefilters: dispatch: excludePrecedence: true keepgoing: true rankOrder: ascending successOnEmptyNodeFilter: false threadcount: '3' filter: node.* nodesSelectedByDefault: true plugins: ExecutionLifecycle: {} scheduleEnabled: true sequence: commands: - exec: sleep 2; echo "step 1" - exec: sleep 2; cat file - exec: sleep 2; echo "step 3" keepgoing: false strategy: node-first uuid: e86cc06f-e91d-485b-aea1-7c511c71758eGreetings!
Hi Mathias,
I had an issue running my workflow on my ~50 nodes in parallel, so would like the same effect with batches of 10, but it seems not possible.
Take a look at this.
Hope it helps!