docs/daprdocs/content/en/developing-applications/building-blocks/workflow/howto-workflow.md

942 B

type title linkTitle weight description
docs How to: Set up a built-in workflow How to: Set up workflows 2000 Integrate, manage, and expose workflows with the built-in workflow runtime component

Intro

Built-in workflow

Create the built-in workflow

Write a block of code

insert code snippet

Start using the API

Link

External workflow engine

Create an external workflow engine

Write a block of code

insert code snippet

Register an external workflow engine

Register code

<command>

For external workfow engines, there's an additional step to make sure workers for that engine are up and running

Currently two supported workflow engines are Temporal.io and Logic Apps, both of which follow the same set up steps outlined below

Two external workflows:

  • Temporal.io
  • Logic Apps

Next steps

  • Workflow API
  • Use the workflow via the workflow SDK