Luca Cinquini created OODT-861:
----------------------------------

             Summary: The workflow manager client should print out the list of 
task ids for a given workflow
                 Key: OODT-861
                 URL: https://issues.apache.org/jira/browse/OODT-861
             Project: OODT
          Issue Type: Improvement
          Components: workflow manager
    Affects Versions: 0.9
            Reporter: Luca Cinquini
            Assignee: Luca Cinquini
             Fix For: 0.10


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]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to