changes.mady.by.user Jeremey Laprise
Saved on Sept 30, 2024
...
XML
JSON
<workflowVertices> <workflowVertex> <alias>Task 1</alias> <conditionExpression /> <task sysId="1010f538c0a801c900e0fe0af94d9be5">task1</task> <vertexId>5</vertexId> <vertexX>253</vertexX> <vertexY>296</vertexY> </workflowVertex> <workflowVertex> <alias>Task 2</alias> <conditionExpression /> <task sysId="f81d30ccc0a801c9008ea20e4f5f61d6">task2</task> <vertexId>6</vertexId> <vertexX>252.5</vertexX> <vertexY>429</vertexY> </workflowVertex> </workflowVertices>
[ { "alias": "Task 1", "conditionExpression": null, "task": { "sysId": "1010f538c0a801c900e0fe0af94d9be5", "value": "task1" }, "vertexId": "5", "vertexX": "253", "vertexY": "296" }, { "alias": "Task 2", "conditionExpression": null, "task": { "sysId": "f81d30ccc0a801c9008ea20e4f5f61d6", "value": "task2" }, "vertexId": "6", "vertexX": "252.5", "vertexY": "429" } ]
<workflowVertices> <workflowVertex> <workflowVertex> <alias>Task 1</alias> <conditionExpression /> <task sysId="1010f538c0a801c900e0fe0af94d9be5">task1</task> <vertexId>5</vertexId> <vertexX>253</vertexX> <vertexY>296</vertexY> </workflowVertex> </workflowVertices>
[ { "alias": "task 1", "conditionExpression": null, "task": { "sysId": "1010f538c0a801c900e0fe0af94d9be5", "value": "task1" }, "vertexId": "5", "vertexX": "253", "vertexY": "296" } ]
If there are no matching tasks to remove, an empty list is returned.