macro_rules! assert_workflow_started {
($ctx:expr, $workflow_name:expr) => { ... };
}Expand description
Assert that a workflow was started.
macro_rules! assert_workflow_started {
($ctx:expr, $workflow_name:expr) => { ... };
}Assert that a workflow was started.