UNPKG

@5minds/processcube_engine

Version:

The ProcessCube Engine. Stores and executes BPMNs.

8 lines (7 loc) 236 B
import { EventMessageInternal } from './BaseMessage'; /** * Encapsulates the message that is sent when an Error End Event was reached. */ export type ErrorEndEventReachedMessageInternal = EventMessageInternal & { error: Error; };