Values.FlowTemplateDescriptionSourceAn object that contains a workflow's definition and summary information.
type nonrec t = {summary : FlowTemplateSummary.t option;An object that contains summary information about a workflow.
*)definition : DefinitionDocument.t option;A workflow's definition document.
*)validatedNamespaceVersion : Version.t option;The version of the user's namespace against which the workflow was validated. Use this value in your system instance.
*)}