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 ExampleTypeDescription

documentId

23110870

IntegerUnique identifier of the document in the ScholarOne Manuscripts system.

submissionId

WRK4-16-Mar-0011

StringAlso referred to as Manuscript ID or Document Number. Represents a unique (case-sensitive) identifier assigned to a submitted manuscript.

documentStatusName

Accepted

StringUser-friendly name describing the current status of the document in the journal’s submission workflow.

submissionTitle

A new look at habits and the habit-goal interface

StringTitle of the manuscript as submitted to the journal.

documentTaskId

507826770

IntegerGlobally unique identifier of the task associated with the manuscript decision.

taskStatus

COMPLETED

StringCurrent status of the associated task. Possible values include:
pending, processing, overdue, completed, abandoned, overridden, anytime, closing, initiated, on hold, rescinded.

recDecisionType

TYPE_DECISION

StringSystem label indicating whether the event is a decision or a recommendation. Possible values:
type_decision, type_recommendation.

decisionType

ACCEPT

StringSystem-defined label for the type of decision rendered.

decisionName

Accept

StringConfigured display name of the decision made on the task.

externalSubmissionId

ERR-1634-08

StringUnique 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"
}