Skip to main content

default_support

Macro default_support 

Source
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.