Skip to content

Commit

Permalink
take screenshot action moved (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
Augustyniak authored Oct 24, 2024
1 parent 4c76bfc commit 2fa7f3f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/bitdrift_public/protobuf/workflow/v1/workflow.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2fa7f3f

Please sign in to comment.