checkAndRun method
Implementation
Future<void> checkAndRun(FlowContext context) async {
if (condition(context)) {
await pipeline.execute(context);
}
}
Future<void> checkAndRun(FlowContext context) async {
if (condition(context)) {
await pipeline.execute(context);
}
}