Create global variable process using java code

Hi @uddeshya_pratik - there are two primary ways to do this:

  1. When you start a process instance, pass in the variables, and they will be available to tasks in your process.
  2. Use the SetVariables gRPC endpoint, where you can set variables on the process instance instead of a specific task
1 Like