[ 
https://issues.apache.org/jira/browse/OODT-861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14643233#comment-14643233
 ] 

Luca Cinquini commented on OODT-861:
------------------------------------

Thanks Sean, It's a simple change that should not affect anything else, so I'll 
go ahead and do it.

> 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