|

Microsoft Introduces Codeful Workflows for Logic Apps Standard

Codeful Workflows: Bringing .NET Power to Azure Logic Apps Standard

Microsoft recently introduced Codeful Workflows, a new authoring model for Azure Logic Apps Standard. This allows developers to design workflows not only through the familiar visual designer but also directly in .NET code, using the Durable Task Framework.

Why It Matters:

  • Developer-friendly: Codeful Workflows are designed for engineers who are more comfortable writing code than using visual designers, or who need finer-grained control over their workflows. By authoring workflows directly in .NET, developers can leverage the full power of the .NET ecosystem — including libraries, NuGet packages, and familiar development practices such as Unit Testing.
  • Built on the Durable Task Framework: run on the Durable Task Framework. In this model, Logic App triggers are implemented as client functions, the workflow body is executed as a durable orchestration, and connector actions are mapped to activity functions. Logic App connections remain unchanged and reusable, just as in the declarative model.
  • Flexible authoring: Codeful and visual workflows can coexist side-by-side in the same Logic App project. This gives teams the flexibility to mix low-code and pro-code approaches depending on their needs.

What It Means for Anacott Clients:
This new model opens up richer design options and deeper control over integration logic. At Anacott, we can now implement highly tailored workflows by combining the reliability of Logic Apps with the power and structure of .NET code—giving you best-in-class, maintainable integration solutions.