Skip to main content

TemplateConfigurationInput

No description

input TemplateConfigurationInput {
templateType: TemplateType!
dynamicTemplateValues: [DynamicTemplateValueInput!]!
}

Fields

TemplateConfigurationInput.templateType ● TemplateType! non-null enum

The type of template for which the dynamic values are provided.

TemplateConfigurationInput.dynamicTemplateValues ● [DynamicTemplateValueInput!]! non-null input

Values that will be filled in the CMMN template and may change depending on the document type.

Member of

RegisterDocumentTypeInput input ● UpdateDocumentTypeInput input