Documentation
¶
Index ¶
Constants ¶
View Source
const ( // CallActivity - the name of the sub process launch element type. CallActivity = "callActivity" // EndEvent - the name of the process end event element type. EndEvent = "endEvent" // CompensateEndEvent - the name of the process compensate end event element type. CompensateEndEvent = "compensateEndEvent" // Gateway - the name of the decision or merge element type. Gateway = "Gateway" // LinkIntermediateCatchEvent - the name of the link receiver element type. LinkIntermediateCatchEvent = "intermediateLinkCatchEvent" // LinkIntermediateThrowEvent - the name of the link sender element type. LinkIntermediateThrowEvent = "intermediateLinkThrowEvent" // ManualTask - the name of the manual task element type. ManualTask = "manualTask" // MessageIntermediateCatchEvent - the name of the message receiver element type. MessageIntermediateCatchEvent = "messageIntermediateCatchEvent" // MessageIntermediateThrowEvent - the name of the message sender element type. MessageIntermediateThrowEvent = "intermediateMessageThrowEvent" // ServiceTask - the name of the service task element type. ServiceTask = "serviceTask" // StartEvent - the name of the start event element type. StartEvent = "startEvent" // TimedStartEvent - the name of the time triggered start event type. TimedStartEvent = "timedStartEvent" // TimerIntermediateCatchEvent - the name of the timer triggered element type. TimerIntermediateCatchEvent = "timerIntermediateCatchEvent" // UserTask - the name of the user task element type. UserTask = "userTask" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.