Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/bitdrift_public/protobuf/workflow/v1/workflow.proto
Original file line number Diff line number Diff line change
Expand Up @@ -419,10 +419,9 @@ message Workflow {
message Exact {
};

// For now we only support exact match, but in the future we might support more complex extraction logic like regex captures.
// For now we only support exact match, but in the future we might support more complex
// extraction logic like regex captures. If not specified, the default is exact match.
oneof extraction_type {
option (validate.required) = true;

Exact exact = 2;
}
}
Expand Down
Loading