Can I create a process variable in the editor Camunda?

Viewed 396

Started working with the Сamunda platform. Can't find if it is possible to set process variables directly in the editor, or should I only use the provided API?

enter image description here

1 Answers

.. is possible to set process variables directly in the editor..?

Yes it is possible, there are some places you can do this - I usually do it here:

  • Execution Listeners: enter image description here
  • Output Parameters: enter image description here
Related