Module Values.GetFlowTemplateRequestSource

Gets the latest version of the DefinitionDocument and FlowTemplateSummary for the specified workflow.

Sourcetype nonrec t = {
  1. id : Urn.t;
    (*

    The ID of the workflow. The ID should be in the following format. urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

    *)
  2. revisionNumber : Version.t option;
    (*

    The number of the workflow revision to retrieve.

    *)
}
Sourceval context_ : string
Sourceval make : ?revisionNumber:??? -> id:Urn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of Version.t | `String of Urn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t