Hello,

Is there a way to make a form variable dependent by the process that uses it?

I want to initialize a list based on the current process in order to pass it as an argument to a checkbox control. (based on options chosed previously the list should have different items).

 

pluginManager.getBean("workflowActivity") returns null in the form variable.

And from WorkflowManager I don't know how to get the current running process.

Thank you.