2 Replies Latest reply on Dec 10, 2005 12:27 PM by adurmus

    Can I assign tasks to role?

    adurmus

      Hi,
      I have an user-role system in my database. So i want to assign tasks to the role not to actors. How can I do it?
      Also, can i customize taskList?
      thanks

        • 1. Re: Can I assign tasks to role?
          kukeltje

          the actor in jBPM is just an ID. It could be everything, a system, role, user, anything. If you can map the user that logs in to a role name and pass that on to jBPM (see the LoginFilter) then you can just use the role as an id.

          If you need more functionality, you could use pooled actors. Read the docuementation for this concept.

          If you want to customize the tasklist, you have to adapt he home.jsp and HomeBean. Those take care of the tasklist. IS there anything you'd like to have in there?

          • 2. Re: Can I assign tasks to role?
            adurmus

            Hi,
            it is enough for me now.
            Thank you