cancel
Showing results for 
Search instead for 
Did you mean: 

access bpm package in java action

leftright
Champ on-the-rise
Champ on-the-rise
Hello!
I have a Java action in my workflow.(jBPM workflow,).
How can I access in Java action, documents inside the workflow in action,
specifically how do I get the Noderef of documents inside the bpm_package,
I need to update the properties of documents in package items.
Thank you for your answers.
1 REPLY 1

lementree
Champ on-the-rise
Champ on-the-rise
Hi,

To access the bpm_package, send workflowId to java action from there access the files. Or from workflow access package items and send them as parameters to the action.