Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.9
-
None
-
Don't Know (Unsure) - The default level
Description
It seems to me that the workflow manager client does not have easy access to the list of tasks that compose a given workflow.
This is an example of what currently happens:
/wmgr-client -op --getWorkflowById --id urn:edrn:LabcasTestWorkflow -url http://localhost:9001
Workflow: [id=urn:edrn:LabcasTestWorkflow, name=LabcasTestWorkflow, numTasks=2]
As can be seen, the output contains the number of tasks, but not the specific task ids. Instead, we want something like this:
/wmgr-client -op --getWorkflowById --id urn:edrn:LabcasTestWorkflow -url http://localhost:9001
Workflow: [id=urn:edrn:LabcasTestWorkflow, name=LabcasTestWorkflow, numTasks=2, taskIds=urn:edrn:LabcasTestInit, urn:edrn:LabcasTestTask]