add method

RegistrationFlow add(
  1. RegisterApiTask task
)

Implementation

RegistrationFlow add(RegisterApiTask task) {
  processFlow.add(task);
  return this;
}