Skip to content

Commit f05e447

Browse files
committed
feat: add parameters field to ActionSubFlowExecutionRequest for sub flow injection
1 parent 54ac392 commit f05e447

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
@@ -71,6 +71,8 @@ message ActionExecutionRequest {
7171
message ActionSubFlowExecutionRequest {
7272
// Execution identifier of execution
7373
string execution_identifier = 1;
74+
//parameters for the sub flow to inject
75+
repeated shared.Value parameters = 2;
7476
}
7577

7678
// Result of a sub flow execution

0 commit comments

Comments
 (0)