Schedule a Process with process variables

Is there a way to pass process variables to a scheduled process?

Use case: We use camunda REST APIs to manually start a process when user wants, and pass a set of process variables before creating an instance of the process. In addition, we also support creating a schedule for process execution, using Timer Event. I am trying to figure out if there is a way where I could pass a set of process variables to scheduled process using Timer Event.

Hi @Avinash_Anand and welcome to the forum.
Actually the timer event will start the process and there won’t be any way to set some variables on that. How would you like to do that?
You could have some task directly after the start event, that queries for some variables to set on the process instance.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.