Creating hybrid automations - Combining Coded and Low-code Workflows
In this section, you can explore multiple ways of building hybrid automations by combining low-code automations with coded automations. We will cover the following scenarios:
- Invoking a code source file from a low-code workflow (
WorkflowUsingCodeSourceFile.xaml). Check out the Invoking Code Source File tutorial. - Leveraging a coded automation within a low-code workflow (
WorkflowUsingCodedAutomation.xaml). Check out the Using Coded automation in Low-Code workflow. - Integrating a low-code workflow into a coded automation (
CodedAutomationUsingWorkflow.cs). Check out the Integrating Low-Code workflow in Coded automation. - Invoking one coded automation from another (
CodedAutomationUsingCodedAutomation.cs). Check out the Invoking Coded automation in another Coded automation.
Sample project
To follow the steps in these tutorials, check out the following sample project, that covers the examples for every scenario documented: Hybrid automations - Sample project.