Preparing search index...
The search index is not available
@vhidvz/wfjs
@vhidvz/wfjs
type/process
BPMNProcess
Type alias BPMNProcess
BPMNProcess
:
BPMNElement
&
{
bpmn:boundaryEvent
?:
BPMNBoundaryEvent
[]
;
bpmn:endEvent
?:
BPMNEndEvent
[]
;
bpmn:isExecutable
:
boolean
;
bpmn:laneSet
?:
BPMNLaneSet
[]
;
bpmn:sequenceFlow
?:
BPMNSequenceFlow
[]
;
bpmn:startEvent
?:
BPMNStartEvent
[]
;
bpmn:task
?:
BPMNTask
[]
;
}
&
{
[
x
in
BPMNTaskType
]
?:
BPMNTask
[]
}
&
{
[
x
in
"bpmn:parallelGateway"
|
"bpmn:eventBasedGateway"
]
?:
BPMNStrictGateway
[]
}
&
{
[
x
in
"bpmn:intermediateThrowEvent"
|
"bpmn:intermediateCatchEvent"
]
?:
BPMNIntermediateEvent
[]
}
&
{
[
x
in
"bpmn:complexGateway"
|
"bpmn:inclusiveGateway"
|
"bpmn:exclusiveGateway"
]
?:
BPMNNormalGateway
[]
}
&
{
[
x
in
"bpmn:subProcess"
|
"bpmn:transaction"
|
"bpmn:callActivity"
]
?:
(
BPMNElement
&
{
bpmn:triggeredByEvent
?:
boolean
;
}
&
Omit
<
BPMNProcess
,
"bpmn:isExecutable"
|
"bpmn:laneSet"
>
)
[]
}
Type declaration
Optional
bpmn:boundary
Event
?:
BPMNBoundaryEvent
[]
Optional
bpmn:end
Event
?:
BPMNEndEvent
[]
bpmn:is
Executable
:
boolean
Optional
bpmn:lane
Set
?:
BPMNLaneSet
[]
Optional
bpmn:sequence
Flow
?:
BPMNSequenceFlow
[]
Optional
bpmn:start
Event
?:
BPMNStartEvent
[]
Optional
bpmn:task
?:
BPMNTask
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@vhidvz/wfjs
common
context
core
engine
index
tools
type
utils
Generated using
TypeDoc