Hi @uddeshya_pratik - there are two primary ways to do this:
- When you start a process instance, pass in the variables, and they will be available to tasks in your process.
- Use the
SetVariablesgRPC endpoint, where you can set variables on the process instance instead of a specific task