summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`