1 Reply Latest reply on Nov 24, 2008 2:43 PM by salaboy21

    task name

    amybasu

      how do we get task name from the executioncontext?
      i used context.getTaskInstance().getName(); but it returns null

        • 1. Re: task name
          salaboy21

          that is because you are setting the name in the task tag, and you must set it to the task-node tag. Because the task instances are generated from the task-node tags
          Hope it helps