Choreography

search by tag

Workflow Core DSL for JSON and YAML

Aug 13, 2022 | 3 min read | 1856 Views | Comments

Workflow Core comes with many features one of which is its common DSL for JSON and YAML. In this article, we will explore JSON/YAML way of creating the process workflows.

Workflow Core Getting Started

Apr 03, 2022 | 4 min read | 5445 Views | Comments

One has to follow some process or a workflow to bring down some mighty and complex tasks, that require actions on each step and need to be fault-tolerant at the same time. Say hello to one such cool, lightweight, and fault-tolerant workflow engine built for .NET to deal with most of the workflow kinda requirements without putting you in stress and discomfort. In this article, we will be getting started with the Workflow Core engine, along with the friendly neighborhood .NET Core (6.0).