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 4bc693e + 188d6b7 commit 842ece7Copy full SHA for 842ece7
1 file changed
proto/aquila/aquila.action.proto
@@ -36,6 +36,13 @@ message ActionExecutionRequest {
36
int64 project_id = 4;
37
}
38
39
+message ActionExecutionResponse {
40
+ // Execution identifier of execution
41
+ string execution_identifier = 1;
42
+ // Result of execution
43
+ shared.NodeExecutionResult node_result = 2;
44
+}
45
+
46
message ActionTransferRequest {
47
oneof data {
48
// Identification of the action
@@ -46,7 +53,7 @@ message ActionTransferRequest {
53
// Event that got admitted
54
ActionEvent event = 2;
55
// Result of execution that was triggered by a execution request
49
- shared.NodeExecutionResult result = 3;
56
+ ActionExecutionResponse result = 3;
50
57
51
58
52
59
0 commit comments