workflow metadata args in process step
Hi All,
I had created a workflow with one process step and provided some arguments. While I was trying to retrieve the Metadata args, I was getting only PROCESS key and its value, not PROCESS_ARGS key and value. But I can see the value on crx workflow model. Below the code snippet I use,
String processArgs = args.get("PROCESS_ARGS", String.class); Thanks in advance for your help.