- Products
- Solutions
- Resources
- Trials
- Support
- Partners
- Communities
Hello Experts,
Is it possible to get the process ID from a process?
I have a jobchain, and I want that whenever that jobchain/process is triggered, I would like to capture its processID (I believe its the same as GenProcID) and put it in a custom table.
For what its worth, the process runs off the UNSRootB table
Using v8.0
Thanks
Kin
Hi Kin,
The value is available using this notation: Variables("GenProcID")
HTH, Barry.