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.