Event variable, task variable and instance variable values can be created and called in same workflow.
But to create or update a variable's value in one workflow and to call that value in another workflow, you can utilise Option.
- To Update the option's value use SetOption.
- To Call the option's Value use GetOption.