Workflow node

LetsFlow is a workflow engine for running processes, described in YAML or JSON.

schema: "https://specs.letsflow.io/v0.3.0/scenario#"
title: My first scenario

actors:
  user:
    title: The user

actions:
  complete:
    title: Complete the process

states:
  initial:
    on: complete
    goto: (success)

Last updated