Skip to main content

DynamicTemplateValueInput

No description

input DynamicTemplateValueInput {
locale: Locale
keyName: String!
value: String!
}

Fields

DynamicTemplateValueInput.locale ● Locale scalar

The locale (language) for which this key and value are defined.

DynamicTemplateValueInput.keyName ● String! non-null scalar

A key that is used in the cafienne CMMN template that will be replaced by the given value.

DynamicTemplateValueInput.value ● String! non-null scalar

The value that will be used when evaluating the CMMN template.

Member of

TemplateConfigurationInput input