Hi,
The process models I use in my applications are quite complex since I include a lot of Service and Script tasks to implement things. But these tasks are not relevant to the actual work (by Actual work I mean the User Tasks for example) and are quite distracting to the user of the Cockpit.
So, I’m trying to find ideas how to have a simple version of the process model shown in the cockpit (assuming I don’t want to create from scratch my own Cockpit).
I was thinking to have a second process which starts and runs in parallel with the main process but includes only Call Activities representing the actual work, hiding in that way the service tasks.
But I need to keep synchronization of the two processes, which may be tricky.
Any other ideas?
Thanks!