05-12-2014 05:47 PM
06-19-2014 03:09 AM
public void execute(ActivityExecution execution) throws Exception {
TaskEntity task = TaskEntity.createAndInsert(execution);
// setting task attributes
// All properties set, now firing 'create' events
if (Context.getProcessEngineConfiguration().getEventDispatcher().isEnabled()) {
Context.getProcessEngineConfiguration().getEventDispatcher().dispatchEvent(
ActivitiEventBuilder.createEntityEvent(ActivitiEventType.TASK_CREATED, task));
}
}
Do you have any test that creates the listener in process engine configuration and reports on the event entity as soon as the event is fired?No.
06-23-2014 01:54 PM
06-24-2014 02:18 AM
TASK_CREATED
will be part of 5.16 - release was postponed (plan was to have the release on 18-th of June).06-26-2014 08:33 AM
07-07-2014 07:21 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.