Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

XML

JSON


Expand
titleXML
<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>



Expand
titleJSON
[
  {
    "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" } ]


Anchor
List Tasks in a Workflow Response Properties
List Tasks in a Workflow Response Properties

...

XML

JSON


Expand
titleXML
<workflowVertices>
    	<workflowVertex>
		<workflowVertex>
        <alias>Task 1</alias>
<conditionExpression /> <task sysId="1010f538c0a801c900e0fe0af94d9be5">task1</task> <vertexId>5</vertexId> <vertexX>253</vertexX> <vertexY>296</vertexY> </workflowVertex> </workflowVertices>



Expand
titleJSON
[ 
{ "alias": "task 1",
"conditionExpression": null, "task": { "sysId": "1010f538c0a801c900e0fe0af94d9be5", "value": "task1"
}, "vertexId": "5", "vertexX": "253", "vertexY": "296" }
]



Note
titleNote

If there are no matching tasks to remove, an empty list is returned.

...