aigentic
0.4.0-SNAPSHOT
common
core
/
community.flock.aigentic.core.workflow
/
Workflow5
Workflow5
data
class
Workflow5
<
I
:
Any
,
M1
:
Any
,
M2
:
Any
,
M3
:
Any
,
M4
:
Any
,
O
:
Any
>
(
val
firstAgent
:
Agent
<
I
,
M1
>
,
val
restWorkflow
:
Workflow4
<
M1
,
M2
,
M3
,
M4
,
O
>
)
Members
Members & Extensions
Constructors
Workflow5
Link copied to clipboard
constructor
(
firstAgent
:
Agent
<
I
,
M1
>
,
restWorkflow
:
Workflow4
<
M1
,
M2
,
M3
,
M4
,
O
>
)
Properties
first
Agent
Link copied to clipboard
val
firstAgent
:
Agent
<
I
,
M1
>
rest
Workflow
Link copied to clipboard
val
restWorkflow
:
Workflow4
<
M1
,
M2
,
M3
,
M4
,
O
>
Functions
start
Link copied to clipboard
inline suspend
fun
<
I
:
Any
,
M1
:
Any
,
M2
:
Any
,
M3
:
Any
,
M4
:
Any
,
O
:
Any
>
Workflow5
<
I
,
M1
,
M2
,
M3
,
M4
,
O
>
.
start
(
input
:
I
,
vararg
attachments
:
Attachment
)
:
WorkflowRun
<
O
>