9 Replies Latest reply on Feb 3, 2006 1:36 AM by icyjamie

    task-assign event fired before task-create event

    cfau

      Which is the correct event order?

      I need the task-create event were fired before the task-assign event, so the Task Assign Action Handler could view the Task Create Action Handlers efects.

      Is this thinking correct?

      The TaskMgmtInstance.createTaskInstance() performs:

      taskInstance.assign(executionContext);

      before:
      taskInstance.create(executionContext);


      Is that the correct order?, Could a task be assigned before it was created?