Skip to content

Commit 1efada4

Browse files
committed
Add platform support to workflow eligibility.
1 parent 8055e6c commit 1efada4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/dev/workflows.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ Eligibility determines whether an Activity should execute, based on certain cond
381381
- `type` (required): A string indicating the type of predicate. Valid values:
382382
- `"setting"`: Evaluates the value of specific setting.
383383
- `"viewType"`: Evaluates the type of BinaryView.
384+
- `"platform"`: Evaluates the platform of the BinaryView.
384385
- `value` (required): The value to compare against, which can be one of the following types:
385386
- `string`
386387
- `number`

0 commit comments

Comments
 (0)