Samrat Roy [http://community.jboss.org/people/whizkid.samrat] created the 
discussion

"Re: How to use task and state in jbpm 4.4"

To view the discussion, visit: http://community.jboss.org/message/604386#604386

--------------------------------------------------------------
you will definitely need to use the task . 

asignee are directly available with the task state.  another thing to note is 
.. jbpm api directly deals with the users, so you will have to expose the user 
details to the jbpm api .. as jbpm can directly delegate tasks to the users of 
your application without any translation.

example :


<task assignee="#{approver}" g="302,391,92,52" name="ApprovalDecision">
      <transition g="-85,-6" name="isLastApprover?" to="isLastApprover"/>  
   </task>

here the name of the approver in assignee="#{approver}" is comming as a process 
variable.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/604386#604386]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to