Hi all,
Got a problem, I would like you advice on. Scenario is:
I have a parent process and that parent process calls a child process using an IPC event. This is a synchronous call and the child process has several activities that must be performed by the user before it completes and the parent process continues onto the next one. The issue I am facing is, I need to provide an interface where a user can go and cancel a parent process instance and that will automatically cancel any child activities. I have not been able to achieve this. I have looked at some of the API and I am not able to retrieve the child process instances' using the parent process Id. I can see this data in the K2 database table but unfortunately we do not have permission to speak directly to the K2 database. How can I achieve this either using the K2 API or using one of the out of the box smartobjects?
Please advise.