OriginationStepSubmittedEvent (v1)

Event emitted when an origination step is submitted

New version found

You are looking at a previous version of the event OriginationStepSubmittedEvent. The latest version of this event is v2

Architecture

Schema

Message Schema
{
"type": "record",
"name": "OriginationStepSubmitted",
"namespace": "com.plumery.originations.events",
"doc": "Event emitted when an origination step is submitted",
"fields": [
{
"name": "id",
"type": "string",
"doc": "Unique identifier for the event"
},
{
"name": "originationId",
"type": "string",
"doc": "Unique ID of the origination process"
},
{
"name": "step",
"type": "string",
"doc": "Name of the submitted origination step"
},
{
"name": "payload",
"type": "string",
"doc": "Serialized payload of the submitted step"
}
]
}