I would like to set the period to run any ivy processes with UI. Is there any ivy API to support it without adding the "Program start" element to processes? If not, is there any way to start a process (not callable process) in Java? asked 26.11.2017 at 23:53 dolong |
The way to execute a Business Process from plain Java is to use the API to a call a Sub-Process and then call use a 'Trigger Activity' to execute the real Business Process to start. See the And the other way is as you already mentioned the answered 27.11.2017 at 10:05 Reguel Werme... ♦♦ Can I use a "Trigger Activity" with a dynamic process? Because it depends on user, he sets the period of processes with UI.
(27.11.2017 at 20:44)
dolong
no the trigger is tight coupled to a single requestStart. For looser coupling you could fire a signal and start any process that has a signal start. Check out our latest youtube video for more information about signals: https://www.youtube.com/watch?list=PLrFKpclzHMnJ75d7eT8HKn3B1oz0_quT9&v=3k7v3kbyDec
(28.11.2017 at 04:10)
Reguel Werme... ♦♦
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 26.11.2017 at 23:53
Seen: 1,909 times
Last updated: 28.11.2017 at 04:10