HCIWorkflowState identifies the state of the cluser from the perspective of HCI
workflow. The workflow begins with in_progress mode and can transition
to 'done' or 'invalid', both of which are terminal states.
Enum Constants
Name
Description
done
Indicates cluster configuration is complete.
in_progress
Indicates cluster is getting configured or will be configured.
invalid
Indicates the workflow was abandoned on the cluster before the
configuration could complete.