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 06e85a8 + 80d01d9 commit 9b8395eCopy full SHA for 9b8395e
1 file changed
proto/aquila/aquila.action.proto
@@ -35,8 +35,16 @@ message ActionEvent {
35
36
// Action flow/event configuration
37
message ActionLogon {
38
+ enum ScalingOption {
39
+ UNKNOWN = 0;
40
+ // Send all Flows/Project Configurations to all Actions of this type
41
+ DISABLED = 1;
42
+ // Split all Flows/Project Configurations between all available Actions of this type
43
+ SPLIT = 2;
44
+ }
45
// Action identifier
46
shared.Module module = 1;
47
+ ScalingOption scaling_option = 2;
48
}
49
50
// Request to execute a request a flow
0 commit comments