#[workflow]
Creates a workflow from a function.
use flawless::workflow; #[workflow("hello_workflow")] fn hello_workflow() { // Implementation ... }