StartEvent

data class StartEvent(val id: String, val name: String, val extensionElements: ExtensionElements?, val outgoing: String, val messageEventDefinition: String? = null, val timerEventDefinition: StartEvent.TimerEventDefinition? = null, val errorEventDefinition: EndEvent.ErrorEventDefinition? = null)(source)

Constructors

Link copied to clipboard
constructor(id: String, name: String, extensionElements: ExtensionElements?, outgoing: String, messageEventDefinition: String? = null, timerEventDefinition: StartEvent.TimerEventDefinition? = null, errorEventDefinition: EndEvent.ErrorEventDefinition? = null)

Types

Link copied to clipboard
data class TimerEventDefinition(val id: String, val extensionElements: ExtensionElements)

Properties

Link copied to clipboard
@XmlElement
@XmlSerialName(value = "errorEventDefinition", namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", prefix = "bpmn2")
val errorEventDefinition: EndEvent.ErrorEventDefinition?
Link copied to clipboard
@XmlSerialName(value = "extensionElements", namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", prefix = "bpmn2")
val extensionElements: ExtensionElements?
Link copied to clipboard
val id: String
Link copied to clipboard
@XmlElement
@XmlSerialName(value = "messageEventDefinition", namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", prefix = "bpmn2")
val messageEventDefinition: String?
Link copied to clipboard
Link copied to clipboard
@XmlElement
@XmlSerialName(value = "outgoing", namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", prefix = "bpmn2")
val outgoing: String
Link copied to clipboard
@XmlElement
@XmlSerialName(value = "timerEventDefinition", namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", prefix = "bpmn2")
val timerEventDefinition: StartEvent.TimerEventDefinition?