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? |
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 Can I use a "Trigger Activity" with a dynamic process? Because it depends on user, he sets the period of processes with UI. 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 |
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