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.
1 parent 82fcad5 commit 8cdf0f8Copy full SHA for 8cdf0f8
src/bitdrift_public/protobuf/workflow/v1/workflow.proto
@@ -161,6 +161,10 @@ message Workflow {
161
162
// The match condition which is applied to the new value of the state during a state change.
163
state.v1.StateValueMatch new_value = 4 [(validate.rules).message = {required: true}];
164
+
165
+ // Additional properties that must be true at the time of the state change for the rule to match.
166
+ // Since state changes do not match against a particular log, tags and messages will not be visibile to this matcher.
167
+ matcher.v1.LogMatcher log_matcher = 5;
168
}
169
170
// An action to be taken when moving to a new state.
0 commit comments