How to fire workflow event from external process
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2016 01:52 AM
I have a different use case of workflow and please let me know if there is any possibility to achieve this through activiti engine.
for example my workflow process is as follows:
start -> doneBySomeOtherExternalProcess -> forwardToNextUser -> stop
doneBySomeOtherExternalProcess : may be this a process to count the no of people who attended the meeting by some person.
how can i fire this event(doneBySomeOtherExternalProcess) of workflow process from outside(may be through listener)
can you please tell me the correct process to meet this requirement.
for example my workflow process is as follows:
start -> doneBySomeOtherExternalProcess -> forwardToNextUser -> stop
doneBySomeOtherExternalProcess : may be this a process to count the no of people who attended the meeting by some person.
how can i fire this event(doneBySomeOtherExternalProcess) of workflow process from outside(may be through listener)
can you please tell me the correct process to meet this requirement.
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2016 02:41 AM
Hi Sagari,
start process (REST API, java API…) and process execution will automatically fire doneBySomeOtherExternalProcess.
Regards
Martin
start process (REST API, java API…) and process execution will automatically fire doneBySomeOtherExternalProcess.
Regards
Martin
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2016 02:57 AM
Hi Martin,
Thanks for your quick response.Yes, in actual process it will fire automatically but i want to take the control of the events after start instead of doing automatically.while going through user guide i founded 'IntermediateMessage' is it useful in this use case.
Can you please suggest me the best way.
Thanks for your quick response.Yes, in actual process it will fire automatically but i want to take the control of the events after start instead of doing automatically.while going through user guide i founded 'IntermediateMessage' is it useful in this use case.
Can you please suggest me the best way.
