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.
1 parent d7adb09 commit d6333f9Copy full SHA for d6333f9
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