10-31-2010 11:57 PM
<serviceTask id="generateInventoryRelease"
name="Generate Inventory Release"
activiti:class="com.cmms.util.WorkOrderToInventoryReleaseGen" />
<sequenceFlow id="flow2" sourceRef="generateInventoryRelease" targetRef="reviewInventoryRelease" />
<userTask id="reviewInventoryRelease" name="Review Inventory Release"
activiti:form="/inventoryRelease/approval" >
<documentation>
Request for inventory release [${inventoryReleaseId}]
</documentation>
<potentialOwner>
<resourceAssignmentExpression>
<formalExpression>management</formalExpression>
</resourceAssignmentExpression>
</potentialOwner>
</userTask>
public void execute(ActivityExecution execution) throws Exception {
….
….
execution.setVariable(Constants.BPM_PARAM_INVENTORY_RELEASE_ID, ir.id)
}
11-01-2010 01:37 AM
extends BpmnActivityBehavior implements ActivityBehavior
extends BpmnJavaDelegation
11-02-2010 08:13 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.