Module Values.ContinueAsNewWorkflowExecutionFailedCauseSource

Sourcetype nonrec t =
  1. | UNHANDLED_DECISION
  2. | WORKFLOW_TYPE_DEPRECATED
  3. | WORKFLOW_TYPE_DOES_NOT_EXIST
  4. | DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED
  5. | DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED
  6. | DEFAULT_TASK_LIST_UNDEFINED
  7. | DEFAULT_CHILD_POLICY_UNDEFINED
  8. | CONTINUE_AS_NEW_WORKFLOW_EXECUTION_RATE_EXCEEDED
  9. | OPERATION_NOT_PERMITTED
  10. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t