Empty Values
When developers want to skip certain form fields in workflows, Cyberdesk provides the__EMPTY__
sentinel value.
Simple Use Case
Problem: Sometimes workflows have optional form fields that should be skipped when no data is provided. Solution: Use__EMPTY__
to skip typing while maintaining workflow structure.
Example
When to Use
- Optional form fields that might not always be filled
- Progressive workflows where some data is provided later
- A/B testing different workflow variants
- Graceful degradation when inputs are missing