macro_rules! default_support {
($workflow:expr, $context:ident, $support:ident) => { ... };
}Expand description
Creates default WorkflowContext and TaskSupport from a workflow reference. Use in tests to avoid repeating the 2-line initialization pattern.