4 Replies Latest reply on Nov 2, 2011 11:16 PM by free

    how to make the template of UserTask.

    free

      I want to make the template of UserTask.

      For example:

      When user make the instance of the template task,

      It has already all values which are inputed .

      And it is worked same as "UserTask".

        • 1. Re: how to make the template of UserTask.
          swiderski.maciej

          If I understand your requirment correctly you are looking for something like GlobalUserTask from BPMN2. It is a user task globally defined so it can be accessed from many processes using call activity.

           

          Unfortunately it is not yet implemented (afaik) but you could go for process definition that will have only that one user task with all the io specification and then reuse this process in other processes by making use of call activity construct.

           

          HTH

          • 2. Re: how to make the template of UserTask.
            free

            Hi, Maciej Swiderski ,Thank you for your reply.

                 Mh.I want to extend the default process constructs with domain-specific extensions, that is User Task's extensions.

            I means that I could create a new User Task component defined by myself(eg...groupid defined as HM,and It isn't necessary to input parameter in Task Properties),then I could use this component like default User Task

            • 3. Re: how to make the template of UserTask.
              free

              Execuse me ,Maciej Swiderski

                   you said 'reuse this process in other processes by making use of call activity construct', and I want to know how to make use of call activity construct.

              Thanks for your help.

              • 4. Re: how to make the template of UserTask.
                free

                Hi, Maciej Swiderski

                 

                I got your idea,Thank you for your help.