cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
flow-dsl
/
app.softwork.cikraft.integrationflow
/
SequenceFlow
Sequence
Flow
@
Serializable
@
XmlSerialName
(
value
=
"sequenceFlow"
,
namespace
=
"http://www.omg.org/spec/BPMN/20100524/MODEL"
,
prefix
=
"bpmn2"
)
data
class
SequenceFlow
(
val
id
:
String
,
val
sourceRef
:
String
,
val
targetRef
:
String
)
(
source
)
Members
Constructors
Sequence
Flow
Link copied to clipboard
constructor
(
id
:
String
,
sourceRef
:
String
,
targetRef
:
String
)
Properties
id
Link copied to clipboard
val
id
:
String
source
Ref
Link copied to clipboard
val
sourceRef
:
String
target
Ref
Link copied to clipboard
val
targetRef
:
String