...
Code Block | ||
---|---|---|
| ||
{ "successCount": 4, "errorCount": 5, "errors": [ { "entity": "AI", "wfiId": 123, "error": "entity or wfi level error message", "values": [ { "attrDefId": 555, "val": 42"some new value", "error": "some message"attr level error message"}, { "attrDefId": 543, "val": "another value" } ] } ] } |
Error messages
Error | Reason / How to fix |
---|---|
Workflow Instance #{id} was not found for entity “{entityType}” | The Workflow Instance with ID matching |
Workflow Instance #{id} is in a terminal state and cannot be updated |
|
Attribute Definition #{id} does not exist for entity “{entityType}” | The Attribute Definition Id is not defined for the specified entity type. Check for typos in the payload. |
Attribute Definition #{id} is an Intrinsic Attribute and is not supported | This API currently only supports Extrinsic Attributes. |
Attribute Definition #{id} is a {type} and is not importable by this API | This API can only populate Attributes that are supported by the Workflow Import Queue, which are marked as |
An unexpected error occurred while updating the record. | An unspecified error occurred. Try again to check for a temporary or transient issue, but if it continues to fail reach out to support for assistance. |