Start process smart service fails intermittently when running MNI: Failed to start process. Process Model ID: .
Hi everyone,
I’m experiencing this odd behaviour with this specific dataset. The other start processes within the platform are running just fine! The log does not provide me any useful info also.
This is my input example. The start process will run in MNI for each set of input. Sometimes parent process stopped because of this error: Failed to start process. Process Model ID:


ButI open the sub-process it run till the end.


The parent process will run sub-process for each pv!relationshipToUpdate. Process parameters are provided like below:

Below is my pv!relationshipToUpdate example.
{
a!map(
fileId: "FILE_GUID_001",
relationshipToRemove: null,
relationshipsToAdd: a!map(
entityId: "ENTITY_001",
entityType: "REFERENCE"
),
approvalNeeded: false,
addRemovalNote: false,
documentDescription: "Sample Document 1.pdf",
updatedRelationships: {
a!map(entityId: "CLIENT_001", entityType: "CLIENT"),
a!map(entityId: "EVENT_001", entityType: "EVENT"),
a!map(entityId: "CASE_001", entityType: "CASE")
}
),
a!map(
fileId: "FILE_GUID_002",
relationshipToRemove: null,
relationshipsToAdd: a!map(
entityId: "ENTITY_001",
entityType: "REFERENCE"
),
approvalNeeded: false,
addRemovalNote: false,
documentDescription: "Sample Document 2.pdf",
updatedRelationships: {
a!map(entityId: "CLIENT_001", entityType: "CLIENT"),
a!map(entityId: "EVENT_001", entityType: "EVENT")
}
)
}Have anyone seen this issue before? Is it happening to start process with MNI only?
