Member-only story

Invoking Another Workflow: Step-by-Step Guide πŸ˜€

riovtech
2 min readJun 15, 2024

--

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.

--

--

riovtech
riovtech

Written by riovtech

Software Developer |Azure PaaS expert | Azure DevOps | .Net

Responses (3)