Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 442 Bytes

File metadata and controls

12 lines (10 loc) · 442 Bytes
title WorkflowFieldCondition
description WorkflowFieldCondition Schema Reference

Properties

Property Type Required Description
field string Field name to monitor
operator Enum<'changed' | 'changed_to' | 'changed_from' | 'is' | 'is_not'> optional
value any optional Value to compare against (for changed_to/changed_from/is/is_not)