Skip to content

Commit 9f8bb9d

Browse files
Merge pull request #354 from code0-tech/#353-missing-action-flow-exec-request
added missing action flow execution request to action transfer request
2 parents 715e2cf + 5837a60 commit 9f8bb9d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

proto/aquila/aquila.action.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ message ActionTransferRequest {
138138
ActionExecutionResponse result = 3;
139139
// Request to execute a sub flow
140140
ActionSubFlowExecutionRequest sub_flow_execution = 4;
141+
// Request to execute one of the action's own flows
142+
ActionFlowExecutionRequest flow_execution = 5;
141143
}
142144
}
143145

0 commit comments

Comments
 (0)