summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2025-08-19 12:47:15 -0400
committerBrian Potchik <brian@vector35.com>2025-08-19 12:47:15 -0400
commit1efada49ae5280dd9a0f68aedaf009c5a54f8c45 (patch)
treeea82505391959cbb2daceec0bac269dd3e13decd /docs/dev
parent8055e6c09ab7b0319b6dd3c3cdc6569077caa0df (diff)
Add platform support to workflow eligibility.
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/workflows.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/dev/workflows.md b/docs/dev/workflows.md
index 53613325..d923dd05 100644
--- a/docs/dev/workflows.md
+++ b/docs/dev/workflows.md
@@ -381,6 +381,7 @@ Eligibility determines whether an Activity should execute, based on certain cond
- `type` (required): A string indicating the type of predicate. Valid values:
- `"setting"`: Evaluates the value of specific setting.
- `"viewType"`: Evaluates the type of BinaryView.
+ - `"platform"`: Evaluates the platform of the BinaryView.
- `value` (required): The value to compare against, which can be one of the following types:
- `string`
- `number`