3 Replies Latest reply on Feb 26, 2009 2:38 PM by numbers2

    Listing Active Taskings on a Workflow

    numbers2

      Hi everyone, I'm currently trying to list out all active tasks a workflow has upon entering a node.

      I had played around with setting an Action on the node, and using executionContext.getJbpmContext().getTaskList() but it's always 0. Any suggestions? Thanks.

      PS - background for this is that I assign a priority to each tasking in the workflow, and want to halt low priority tasks when an "emergency" one comes through.