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

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -