Search code examples
camundacamunda-modeler

How to pass output values from one service task to other service task


I am trying to pass some output values from one service task to other service task. Here i can able to call java class from service task and able to run the program but the program output is displayed on command prompt. I need to pass the output values to other service task to continue the flow. If there is any suggestions means please let me know.


Solution

  • Use process variables

    delegateExecution.setVariable("foo", "bar");