clearWorkflows method

void clearWorkflows()

Implementation

void clearWorkflows() {
  _workflows.clear();
  _states.clear();
}