macro_rules! assert_workflow_not_started { ($ctx:expr, $workflow_name:expr) => { ... }; }
Assert that a workflow was not started.
assert_workflow_not_started!(ctx, "onboarding");