Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
I'm trying to get process id in "map participant to users" using hash variable.But it doesn't work. How do I get process id in map participant?
4 Comments
Walter
Use #assignment.processId#
See Hash Variables
Harold choung
Thanks for the sharing. The following code is working in form's beanshell, but not working in map participant 's beanshell
Hugo
Hi Harold,
You can try the following as documented in Bean Shell Programming.
?I have tried this out in one of my processes, here's an example.
You will get the following:-
See WorkflowActivity.java for the list of methods that you can access.
Hope this helps.
Cheers.
Harold choung
Alright, thanks