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's gravatar image

dolong
(suspended)
accept rate: 100%


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 ConnectivityDemos for an example.

And the other way is as you already mentioned the Program Start event. There are also third party elements available that allow an advanced execution configuration right within the process: https://github.com/ivy-supplements/bpm-beans/blob/master/timedStartEvent-beans/README.md

link

answered 27.11.2017 at 10:05

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

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 dolong's gravatar image

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... ♦♦ Reguel%20Wermelinger's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×147
×37
×15

Asked: 26.11.2017 at 23:53

Seen: 1,809 times

Last updated: 28.11.2017 at 04:10