1 Reply Latest reply on Nov 24, 2008 6:04 AM by kukeltje

    How to access Timer DueDate (from xml def) in Action Class?

      I have a task with a timer defined in processdefinition.xml like below. It has a attribute "duedate" of 2 days. Can I access that "duedate" from my ActionClass?

      <task name="MyTask">
      <assignment class="MyAssignmentHandler"></assignment>
      <timer duedate="2 days"><action class="MyActionClass"/</timer>
      </task>