Hi
1.I have a doubt in Start Event usage.
If my Process is starts with Signal Start Event, then it is required to have source trigger from Signal throw event alone? or any Task , SubProcess, Intermediate events of any type ?
Note: Same doubt is for Message,Timer and Conditional Start events
2.Similary intermediate events like message, timer, Conditional ,signal need to get trigger source from throw events of its own pattern or any other task , sub process ?
Some events like signal and messages can be triggered by a corresponding send event. They can also be triggered programmatically via the Java or Rest API.
Other events like timers and conditional events are not triggered by other events. As their name suggests they are triggered by elapsing time and conditional changes.
So, Not Necessarily Signal Start Event should get trigger only from Signal Throw event.
Also from any other Task or SubProcess (Programmatically) am i right?