2
votes

We want to use Logic Apps for our solution. But we are new to Logic Apps. We want to know if it is possible to do the following using the Azure SDK.

  • create logic apps workflow dynamically
  • start / stop / delete workflow
  • get status of running workflow

We want to do all of above from the C# code.

Thank you

3
Asking for samples or tutorials is off-topic for StackOverflow. There's already lots of documentation and tutorials on the Azure site itself. - David Makogon
@DavidMakogon I would second OP on this one, as Microsoft doesn't have any clear documentation on how to to do it Programmatically, there are a few other blogs there which describe the procedure, but most of them uses Preview versions of nuget packages, some of which are unlisted already. It's been 2 years, still no documentation. - Muhammad Mamoor Khan

3 Answers

0
votes

I would suggest you to have a look at Azure official document about Azure Logic App to know what are Logic Apps. Azure Logic App support us to automate workflows and business processes. See this video about how to use Azure Logic Apps to automate business process. We can also use it to define custom trigger and action. We can also monitor Logic App to know its running status.

-1
votes