How to access variables map passed to any process instance inside process? The use case is i want to have a process which calls another process thru callActivity, the id of the called process will be dynamic, so i should pass all the input data to called process.
In a service-tasks implementation (JavaDelegate) you can get all variables you want, using the DelegateExecution object that is passed in the execute() method.