CmmnModelConfigInput
No description
input CmmnModelConfigInput {
solidResourceShape: String!
solidResourceScope: SolidResourceScope!
uploadFileCmmnTaskModelConfig: cmmnTaskModelConfigInput!
readDocumentCmmnTaskModelConfig: cmmnTaskModelConfigInput!
}
Fields
CmmnModelConfigInput.solidResourceShape ● String! non-null scalar
The shape name of how you want the solid resource to be stored in the pod of the consumer
CmmnModelConfigInput.solidResourceScope ● SolidResourceScope! non-null enum
The scope that determines how the solid resource is stored in the pod of the consumer.
CmmnModelConfigInput.uploadFileCmmnTaskModelConfig ● cmmnTaskModelConfigInput! non-null input
In the CMMN definition a humantask (in this case upload file) has a taskmodel which is used to provide data to the consumer side. In this task model some fields can dynamically be changed depending on the document type. Therefore for each documentType the Linckr Admin must define the required values for the dynamic fields (keep multilingual in mind!).
CmmnModelConfigInput.readDocumentCmmnTaskModelConfig ● cmmnTaskModelConfigInput! non-null input
In the CMMN definition a humantask (in this case read document) has a taskmodel which is used to provide data to the consumer side. In this task model some fields can dynamically be changed depending on the document type. Therefore for each documentType the Linckr Admin must define the required values for the dynamic fields (keep multilingual in mind!).
Member of
RegisterDocumentTypeInput input ● UpdateDocumentTypeInput input