Decision Notifications
Decision Notifications are used to communicate decision-related events in the ScholarOne Manuscripts system. Each notification includes a message payload composed of:
- Common elements (shared across all notification types)
- Basic metadata about the manuscript
- Identifying information specific to the decision event
Decision Payload Elements
Element/Payload Example | Type | Description |
|---|---|---|
documentId
| Integer | Unique identifier of the document in the ScholarOne Manuscripts system. |
submissionId
| String | Also referred to as Manuscript ID or Document Number. Represents a unique (case-sensitive) identifier assigned to a submitted manuscript. |
documentStatusName
| String | User-friendly name describing the current status of the document in the journal’s submission workflow. |
submissionTitle
| String | Title of the manuscript as submitted to the journal. |
documentTaskId
| Integer | Globally unique identifier of the task associated with the manuscript decision. |
taskStatus
| String | Current status of the associated task. Possible values include: |
recDecisionType
| String | System label indicating whether the event is a decision or a recommendation. Possible values: |
decisionType
| String | System-defined label for the type of decision rendered. |
decisionName
| String | Configured display name of the decision made on the task. |
externalSubmissionId
| String | Unique identifier of the document in the external system that initiated the submission ingestion. |
Decision Payload Sample
{
"externalSubmissionId": "Unable to Display Letter Tag (##DOCUMENT_ID_EXTERNAL##)",
"documentTaskId": "507826770",
"taskStatus": "COMPLETED",
"documentId": "23110870",
"submissionId": "WRK4-16-Mar-0011",
"decisionType": "ACCEPT",
"decisionName": "Accept",
"recDecisionType": "TYPE_DECISION",
"submissionTitle": "A new look at habits and the habit-goal interface",
"documentStatusName": "Accepted",
"notificationServiceVersion": "V3",
"siteName": "salesdemoplus",
"journalName": "Sales Demo Plus",
"subscriptionId": "1559934",
"subscriptionName": "",
"subscriptionType": "DECISION",
"eventDate": "2025-07-07T07:45:24Z",
"messageUUID": "2cb7253f-4a20-48da-b5bc-e90a08bdecdb"
}Updated 3 months ago
