Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This service call definition is part of the DCM library. It is only available when the case-engine-client profile is enabled.

Info
The DCM_CaseCreate service can only be called from a scope where the dossier and metadata aggregate types are known. The CaseCreate will store the data from this application scope. Make sure that the application does not change for running cases, since the model from that application id (branch + projectname) is bound to the case from the start.

Parameters

NameDescriptionTypeRequiredDirection
CaseCreateMessageEventThe name of the message event that will be triggered to create the case.Message eventtrueinput
DossierAggregateThe Aggregate type that is used to store the dossier data of the case.Aggregatetrueinput
MetadataAggregateThe Aggregate type that is used to store the metadata for the case.Aggregatetrueinput
ProcessMappingThe process mapping to be executed after case creation.Data Mappingtrueinput

...