shouldExecute method
Whether the step should be executed
Override this to provide custom condition logic
Implementation
bool shouldExecute(Input data, ChainContext context) => true;
Whether the step should be executed
Override this to provide custom condition logic
bool shouldExecute(Input data, ChainContext context) => true;