Member-only story
Hello there! ππ Iβm back with more exciting content. Today, letβs explore how to invoke one workflow from another.
All Non members can visit here : Invoking Another Workflow: Step-by-Step Guide
First, we need to create a standard logic app, and then proceed to create two workflows as outlined below:
To achieve this, we must design the workflow such that initiating the first workflow triggers the transmission of its details to another workflow.
Design of Workflow-1:
In Workflow-1, the following function code is utilized to pass essential details:
- Workflow_Run_Id:
workflow()['run']['name']
- Workflow_Name:
workflow().name
- Logic_App_Name:
appsetting('LogicAppName')
These parameters are crucial for seamless integration and efficient workflow management.