How to use signal SingalStart in CaseMap
Hi ivyteam
I'm using ivy 7.0.1 and I have the process like this:
![alt text][1]
My project has two stage, First stage is Data Gathering, Second is Document.
In each stage i have a ivy process (could be more in real case), and they are connected by signal (see on picture)
When first process is done, it send signal then second process is started and create task to responsible role, If that activator open task, process can continue with another signal to create another task and so on...
When i use ivy 7, i try with CaseMap, but i can not integrate those process to case map, because i see it only support for Start Process.
![alt text][2]
In this picture i only can browse first startlink, not signal or second task switch.
My question is:
- Can i apply CaseMap for my project (it use a lot of signal like this pattern)? Or we need to remove all signal and change to startlink? I see we no need to use signal and task switch. how to handle signal boundary event on startlink?
- In case we only use startlink, how to secure them?
- How to handle case that i have paralell tasks? Example: when employee just come to company, we need to do three things paralelly
- In one process of a stage, if i want to break that process to smaller processes and connect them by signal (more flexible), the first mini process will send signal to second process and may be create new ivy task there. In business point of view, this process is completed when all mini processes are completed. Does CaseMap support for visualizing this case?
Thanks
[1]: https://answers.axonivy.com/upfiles/Untitled_u923Vsf.png
[2]: https://answers.axonivy.com/upfiles/Untitled_KRPlfag.png