Skip to content

Commit fe58218

Browse files
authored
Merge pull request #235 from code0-tech/232-add-projectid-in-executionrequest
Add projectId in ExecutionRequest
2 parents b9807c9 + d6333f9 commit fe58218

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
@@ -33,6 +33,8 @@ message ExecutionRequest {
3333
string function_identifier = 2;
3434
// Parameters (JSON) of flow required to execute
3535
shared.Struct parameters = 3;
36+
// Project Id that this function is emitted for
37+
int64 project_id = 4;
3638
}
3739

3840
// Result from executed flows by an action

0 commit comments

Comments
 (0)