[JBoss JIRA] Created: (JBPM-1395) verify jbpm/soa integration
by Tom Baeyens (JIRA)
verify jbpm/soa integration
---------------------------
Key: JBPM-1395
URL: https://jira.jboss.org/jira/browse/JBPM-1395
Project: JBoss jBPM
Issue Type: Task
Security Level: Public (Everyone can see)
Components: jPDL 3
Reporter: Tom Baeyens
Fix For: jPDL 3.2.4
ESB people have already done some good work on trying to get jBPM integrated into ESB and the rest of the SOA platform. But this work should be verified from a jBPM perspective.
Mainly it should be verified if there is enough coverage of the different transaction scenarios. E.g. a rollback in case of multiple transactional resources.
More can be found in the related SOA issue description
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] Created: (JBPM-2921) Provide AssignmentHandler like functionality with BPMN
by Jamie Balling (JIRA)
Provide AssignmentHandler like functionality with BPMN
------------------------------------------------------
Key: JBPM-2921
URL: https://jira.jboss.org/browse/JBPM-2921
Project: jBPM
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Jamie Balling
I posted a question on the community about how to mimic AssignmentHandler functionality when using BPMN and received a response from HuiSheng Xu asking that I enter a feature request. http://community.jboss.org/message/554236#554236
Specifically:
I am successfully using jPDL with an AssignmentHandler to programatically assign a task.
<task name="review" >
<assignment-handler class="mypackage.AssignBySomeRule">
<field name="ruleName">
<string value="exampleAssignmentRuleName" />
</field>
</assignment-handler>
<transition to="approval" />
</task>
Is it possible to accomplish this with BPMN? I know there is a "resourceAssignmentExpression", but it isn't clear that this can do the same thing.
<userTask id="myTask" name="My task">
<potentialOwner resourceRef="manager" jbpm:type="group">
<resourceAssignmentExpression>
<formalExpression>management</formalExpression>
</resourceAssignmentExpression>
</potentialOwner>
</userTask>
Can the "formalExpression" invoke arbitrary java classes or does it need to use process variables to evaluate to a user or group name?
Thanks!
---------------------
reply from HuiSheng Xu in jBPM
Hi Jamine,
There is no support for AssignmentHandler in BPMN. Please open an issue for this feature.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 1 month