3 Replies Latest reply on Sep 26, 2007 12:19 PM by neuquino

    task creation

    neuquino

      Is there any way to start the task automatically after is created without defining an Action to the task-create event? I mean, a light weighter (or more elegant) way to do it?
      Thanks,
      Neuquino

        • 1. Re: task creation
          neuquino

          Another thing... The docs say

          "docs" wrote:
          Task instances can be blocking, meaning that the related token (=path of execution) is not allowed to leave the task-node before the task instance is completed. By default task instances are signalling and non-blocking.


          but they don't say how to change this default properties. How can I do it?
          Thanks,
          Neuquino

          • 2. Re: task creation
            kukeltje

            change it, or change the default? The latter requires a source change and recompiling. The former just using the 'blocking' attribute.

            • 3. Re: task creation
              neuquino

               

              "kukeltje" wrote:
              change it, or change the default? The latter requires a source change and recompiling. The former just using the 'blocking' attribute.

              wonderful, that what I was looking for, the blocking attribute.
              What about the first question? is there any way to "autostart" a task?
              Thanks,
              Regards,
              Neuquino