# `mix continuum.gen.workflow`
[🔗](https://github.com/Yyeger/Continuum/blob/main/lib/mix/tasks/continuum.gen.workflow.ex#L1)

Generates a Continuum workflow module.

    mix continuum.gen.workflow MyApp.OrderFlow
    mix continuum.gen.workflow MyApp.OrderFlow --path lib

The generated module uses `Continuum.Workflow` and starts with a minimal
deterministic `run/1` function.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
