Hello
1. The user has sent a mail & now is waiting for response.
2. The response came before timer ran out, thus we can send a signal to continue, to do so:
3. A signal name should be sent to runtimeService thats says signalEventReceived
My idea was to :
A. Complete a task
B. Check if there are any signals waiting, if yes get signal name & send signalEventReceived command.
How can i find out the name of the signal of the given running process instance?
runtimeService does not provide any method to query ACT_RU_EVENT_SUBSCR table EVENT_TYPE_ column.
You need to probably find the signal name from the process definition and not the process instance. You can probably use the java model to get that information out. We are doing something similar in Activiti cloud, but we haven't reached the signals just yet.
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.