mix continuum.gen.workflow (continuum v0.5.0)

Copy Markdown View Source

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.