We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9807c9 + d6333f9 commit fe58218Copy full SHA for fe58218
1 file changed
proto/aquila/aquila.action.proto
@@ -33,6 +33,8 @@ message ExecutionRequest {
33
string function_identifier = 2;
34
// Parameters (JSON) of flow required to execute
35
shared.Struct parameters = 3;
36
+ // Project Id that this function is emitted for
37
+ int64 project_id = 4;
38
}
39
40
// Result from executed flows by an action
0 commit comments