gpp workflow-stateUsage: gpp workflow-state [OPTIONS] COMMAND [ARGS]...Workflow state operations.╭─ Options ────────────────────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰──────────────────────────────────────────────────────────────────────────────╯╭─ Commands ───────────────────────────────────────────────────────────────────╮│getGet workflow state using exactly one selector. ││setSet workflow state. │╰──────────────────────────────────────────────────────────────────────────────╯
gpp workflow-state getUsage: gpp workflow-state get [OPTIONS]Get workflow state using exactly one selector.╭─ Options ────────────────────────────────────────────────────────────────────╮│--observation-idTEXTGet workflow state by observation ID.││--observation-referenceTEXTGet workflow state by observation ││reference. ││--helpShow this message and exit.│╰──────────────────────────────────────────────────────────────────────────────╯
gpp workflow-state setUsage: gpp workflow-state set [OPTIONS] OBSERVATION_ID WORKFLOW_STATESet workflow state.╭─ Arguments ──────────────────────────────────────────────────────────────────╮│*observation_idTEXTObservation ID.[required]││*workflow_stateTEXTWorkflow state to be set. Must be on all ││caps. ││[required] │╰──────────────────────────────────────────────────────────────────────────────╯╭─ Options ────────────────────────────────────────────────────────────────────╮│--retryRetry the request if an error occurs.││--helpShow this message and exit.│╰──────────────────────────────────────────────────────────────────────────────╯