Canvas.courses has a canvas."courses__workflow_state" enum with the possible values of
{__dap_unspecified__,created,claimed,available,completed,deleted}
This leads to several questions.
1) Do any of these workflow_states match the published status of a course? If not workflow_state, where does CD2 store if a course is published or not? I've checked a published and an unpublished course. both have a workflow_state of claimed
2) Is there a location on the web that states what CD2 enum values are and what they mean? Such as the difference between claimed and available?
Thanks