From 1efada49ae5280dd9a0f68aedaf009c5a54f8c45 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Tue, 19 Aug 2025 12:47:15 -0400 Subject: Add platform support to workflow eligibility. --- docs/dev/workflows.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/dev') 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` -- cgit v1.3.1