shouldExecute method

bool shouldExecute(
  1. Input data,
  2. ChainContext context
)

Whether the step should be executed

Override this to provide custom condition logic

Implementation

bool shouldExecute(Input data, ChainContext context) => true;