changes.mady.by.user Jeremey Laprise
Saved on Sept 30, 2024
...
XML
JSON
<workflowVertex> <alias>S30</alias> <conditionExpression /> <task>Sleep 30</task> <vertexX>360</vertexX> <vertexY>60</vertexY> </workflowVertex>
{ "alias": "S30", "conditionExpression": null, "task": { "value": "Sleep 30" }, "vertexX": "360", "vertexY": "60" }
<workflowVertex> <alias>S30</alias> <conditionExpression /> <task>Sleep 30</task> <vertexId>9</vertexId> <vertexX>360</vertexX> <vertexY>60</vertexY> </workflowVertex>
{ "alias": "S30", "conditionExpression": null, "task": { "value": "Sleep 30" }, "vertexId": "9, "vertexX": "360", "vertexY": "60" }
<workflowEdges> <workflowEdge> <condition>Success</condition> <sourceId taskName="Sleep 30" taskAlias="test">2</sourceId> <straightEdge>true</straightEdge> <targetId taskName<targetId taskName="Sleep 60">3</targetId> </workflowEdge> <workflowEdge> <condition>Success</condition> <sourceId taskName="Sleep 60">3</sourceId> <straightEdge>true</straightEdge> <targetId taskName="Sleep 60">6</targetId> </workflowEdge> </workflowEdges>
[ { "condition": { "value": "Success" }, "sourceId": { "taskAlias": "test", "taskName": "Sleep 30", "value": "2" }, "straightEdge": true, "targetId": { "taskName": "Sleep 60", "value": "3" } }, { "condition": { "value": "Success" }, "sourceId": { "taskName": "Sleep 60", "value": "3" }, "straightEdge": true, "targetId": { "taskName": "Sleep 60", "value": "6" } } ]
<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" } ]
<workflowEdge> <condition>Success</condition> <points> <point x="280" y="300" /> </points> <sourceId>2</sourceId> <straightEdge>false</straightEdge> <targetId>3</targetId> </workflowEdge>
{ "condition": { "value": "Success" }, "points": [ { "x": "280", "y": "300" } ], "sourceId": { "value": "2" }, "straightEdge": false, "targetId": { "value": "3" } }
{ "alias": "S30", "conditionExpression": null, "task": { "value": "sleep 30" }, "vertexX": "360", "vertexY": "60" }
<workflowVertices> <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" } ]