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.
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.