Runtime Parameters

What is the need for mapping workflow parameters with process parameters when a process calls a workflow?

Hi Shreya,

When a Process calls workflow, it is a parent process. We execute process and it calls workflow. When we execute process, it takes values for parameters (at runtime or configuration time). We want to use these parameters in workflow so we should pass it to workflow from process. We define parameters in child workflow and map those with process parameters so that those parameter’s values will be passed from process to workflow.

I hope it is clear.