[jboss-user] [jBPM] - Re: How to use task and state in jbpm 4.4

Samrat Roy do-not-reply at jboss.com
Tue May 10 04:44:45 EDT 2011


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]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110510/652437bd/attachment.html 


More information about the jboss-user mailing list