Hi Team,
In my process one of the process triggered unwanted scenarios and if I want to check parent process for the process. But I am unable to find it due to start process triggered the process. Do you know any other way to find the parent process Id or process name. (only for start process). Subprocess we can do by parentprocessid function.
Thanks,
Pradeep Sridharan
Discussion posts and replies are publicly visible
Hi Mike Schmitt
Thanks for your response.
The process already in prod and facing some issues in the infight's. For that issue tracing purpose I want to check which parent process has triggered.
Regards,
Pradeep
Pradeep Sridharan said:For that issue tracing purpose I want to check which parent process has triggered.
You haven't shared many details here about what data your parent (calling) process might have in common with the process facing errors, however if there are any pieces of data that can generally pinpoint what parent might have called a certain instance, you should be able to design a custom Process Report and surface that data in one or more displayed columns, then query the parent instances using Query Process Analytics to try and determine matches.
You haven't said what you ultimately plan to do with the parent instances (if anything) or even if they're still active, but this might give you a start.
Hi ,
Yeah agree your point. The process already developed and in prod. For some scenarios facing the issues and want to check some process which parent process has triggered so that reason I want the parent process Id.
Pradeep Sridharan In the past, we ran into this problem. We can investigate by looking at the main process's timestamp when it started. If we find subprocesses with timestamps around that time, and examine their data, there might be a connection. This approach takes a bit longer, but you can try it.Let me know if that works for you.
Another option is to implement some kind of audit system, in order to be able to track your requests depending on the factors you may need
As this is in production you may use IFM Manager plugin 'https://community.appian.com/b/appmarket/posts/ifm-manager'. But agree with other peers answers that can be implemented in lower environments by passing a PV.