From 2fa7f3fb2d7a032eda1fec6b3ab6320e2158421c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Augustyniak?= Date: Thu, 24 Oct 2024 15:02:35 -0400 Subject: [PATCH] take screenshot action moved (#33) --- .../protobuf/workflow/v1/workflow.proto | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/bitdrift_public/protobuf/workflow/v1/workflow.proto b/src/bitdrift_public/protobuf/workflow/v1/workflow.proto index 1994157..96e6059 100644 --- a/src/bitdrift_public/protobuf/workflow/v1/workflow.proto +++ b/src/bitdrift_public/protobuf/workflow/v1/workflow.proto @@ -289,14 +289,14 @@ message Workflow { FieldExtracted field_extracted = 3; } } - } - // Emit a log containing application screenshot. - message ActionTakeScreenshot { - // The ID of an action. If multiple actions have them same ID and are performed - // as the result of processing the same event (i.e. log) a client performs only one - // of the actions. - string id = 1 [(validate.rules).string = {min_len: 1}]; + // Emit a log containing application screenshot. + message ActionTakeScreenshot { + // The ID of an action. If multiple actions have them same ID and are performed + // as the result of processing the same event (i.e. log) a client performs only one + // of the actions. + string id = 1 [(validate.rules).string = {min_len: 1}]; + } } message Execution {