Renamed AdminRequirements to WorkflowOptions to add more meaningful flexibility in the future for extending the different parameters for the state machine.
Switched default for WorkflowOptions from [WorkflowOptions.None] to [] (Factoring out WorkflowOptions.None completely)
Changes:
AdminRequirements
toWorkflowOptions
to add more meaningful flexibility in the future for extending the different parameters for the state machine.WorkflowOptions
from [WorkflowOptions.None] to [] (Factoring out WorkflowOptions.None completely)