Versions Compared

Key

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

...

XML

JSON


Expand
titleXML
<workflowVertex>
  <alias>S30</alias>
<conditionExpression /> <task>Sleep 30</task> <vertexX>360</vertexX> <vertexY>60</vertexY> </workflowVertex>



Expand
titleJSON
{
  "alias": "S30",
"conditionExpression": null, "task": {
"value": "Sleep 30" }, "vertexX": "360", "vertexY": "60" }


...