05-09-2014 07:24 AM
<userTask id="assembleContract" name="Assemble Contract" activiti:candidateGroups="${candidateGroups}">
<documentation>doc…</documentation>
<extensionElements>
<activiti:taskListener event="create" expression="${orgContractRegService.createOrganizationAndProfile(task)}"></activiti:taskListener>
</extensionElements>
</userTask>
public void createOrganizationAndProfile(DelegateTask task) throws Exception {
LOGGER.info("Executing createOrganizationAndProfile() listener");
task.getVariable("organization"); //null
}
05-09-2014 12:05 PM
05-10-2014 03:19 AM
05-12-2014 02:45 AM
05-12-2014 06:54 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.