- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could also experiment with showDetails=true parameter to workflow execution url (https://vco_ip:8281/vco/api/workflows/{workflow_id}/executions/{execution_id}/?showDetails=true
It will return addtional section execution-stack
<?xml version="1.0" encoding="UTF-8"?>
<workflow-execution xmlns="http://www.vmware.com/vco" href="https://localhost:8281/vco/api/workflows/ae4e2a62-f257-4f56-9298-612c511e5f25/executions/8a9be0554f6...">
<current-item-display-name>Scriptable task</current-item-display-name>
<execution-stack>
<workflow-item name="item1" displayName="Scriptable task">
<relations>
<link href="https://localhost:8281/vco/api/workflows/ae4e2a62-f257-4f56-9298-612c511e5f25/" rel="workflow" />
</relations>
</workflow-item>
</execution-stack>
</workflow-execution>