Uploaded image for project: 'OODT (Retired)'
  1. OODT (Retired)
  2. OODT-861

The workflow manager client should print out the list of task ids for a given workflow

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.9
    • 0.10, 0.11
    • workflow manager
    • 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]

      Attachments

        Activity

          People

            cinquini Luca Cinquini
            cinquini Luca Cinquini
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: