diff options
| author | Brian Potchik <brian@vector35.com> | 2025-08-19 12:47:15 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2025-08-19 12:47:15 -0400 |
| commit | 1efada49ae5280dd9a0f68aedaf009c5a54f8c45 (patch) | |
| tree | ea82505391959cbb2daceec0bac269dd3e13decd /docs/dev | |
| parent | 8055e6c09ab7b0319b6dd3c3cdc6569077caa0df (diff) | |
Add platform support to workflow eligibility.
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/workflows.md | 1 |
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` |
