3 Replies Latest reply on Jul 28, 2006 10:08 AM by kukeltje

    one task for multile users

    viegas

      Hello, I need to creat a node where I need users in a group to performe one task, and everyone in that group can do that task even if it has ben done before by another user in the group. Ive seen in chapter 11 thas the task as to be unsynchronized, and the task will be open until anoter action is performed by anoter user (I think this will be done in a fork).
      Is this possible?

      Thanks

        • 1. Re: one task for multile users
          kukeltje

          Look at www.workflowpatterns.com site and see what pattern matches here. Then look at the testcases for these patterns to see how to implement it.

          • 2. Re: one task for multile users
            viegas

            thanks a lot, therea arent any case that solves mine but I get some ideas.

            Anyway, How can I say that a group of users can do a task?? Ive tried to create a expression group(OCADS) in a swimlane and creating a group in the database (manualy) but I may be missing something because isnt working

            • 3. Re: one task for multile users
              kukeltje

              in 3.1 in combination with the webapp there are some issues. (also mentioned in the jira and these forums). The jbpm core should have no problem with it (meaning with the api you should get a group tasklist entry)

              The 3.1 webapp will not be changed a lot, since all effort goes into the 3.2 webapp which has a different approach. This 'new' webapp will probably also run on 3.1, but no guarantees (yet)

              If it is a simple problem in the 3.1 webapp, maybe I will fix it, or post a fix. but this could take a week or so, since I've got other (private) things to attend