Process

data class Process(val id: String, val name: String, val extensionElements: ExtensionElements, val startEvent: StartEvent, val callActivities: List<CallActivity>, val endEvent: EndEvent, val sequenceFlows: List<SequenceFlow>, val subProcess: Process? = null)(source)

Constructors

Link copied to clipboard
constructor(id: String, name: String, extensionElements: ExtensionElements, startEvent: StartEvent, callActivities: List<CallActivity>, endEvent: EndEvent, sequenceFlows: List<SequenceFlow>, subProcess: Process? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@XmlSerialName(value = "extensionElements", namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", prefix = "bpnm2")
val extensionElements: ExtensionElements
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@XmlSerialName(value = "startEvent", namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", prefix = "bpmn2")
val startEvent: StartEvent
Link copied to clipboard
@XmlSerialName(value = "subProcess", namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", prefix = "bpmn2")
val subProcess: Process?