You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Sean Kelly (JIRA)" <ji...@apache.org> on 2015/07/27 18:21:04 UTC

[jira] [Commented] (OODT-861) The workflow manager client should print out the list of task ids for a given workflow

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

Sean Kelly commented on OODT-861:
---------------------------------

+1. I need this ASAP! Thanks Luca!

> 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)