Hi Reguel
Thank you. I do did some tests with that these classes.
@Override
public void workflowChanged(WorkflowChangeEvent event) {
IWorkflowEvent createEvent = wfManager.findWorkflowEvent(event.getId());
if (createEvent.getEventKind() == WorkflowEventKind.EVENT_TASK_DELAY_EXPIRED) {
}
ICase newCase = createEvent.getCase();
Ivy.log().info("new case created: "+newCase);
}
If I create a new process that triggers But there is no way to trigger daily for delayed tasks at spcific specific time and send a notification email to responsible, how ivy knows that this Task notification is sent already? There should no notification mails sent twice...responsible.
Do you have an idea how to manage this?When exactly are these tasks triggered after restarting ivy?
Cheers Thank you in advance.
Cheers
Andreas