jbpm - Accessing Java class objects in user task in jbpmn -


I have created a jbpmn workflow to create a worktemm and intend that someone needs to hand over the assignments to the individual user Can I use any Java class object inside the jbpmn user function?

You can always pass by using Java objects as a parameter for JBPM process and JBPM Use it in the process. You can pass the variable from the Java file to provide a dynamic user. If you need to use that changed value in the Java file, you can always use the global object (shared between Java file and JBPM process).


Comments

Popular posts from this blog

javascript - How to use the code plugin with popcornjs -

python - rpy2 import is not working -

Python, converting png to gif using ImageMagick -