-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
1.8.2
Description:
Customers need omitFromWorkflowInput to be evaluated dynamically, not just a static boolean.Current behavior only omits fields when omitFromWorkflowInput === true.
Request:
Allow the same conditional format used by ui:hidden (boolean +
{ when, is/isNot/isEmpty }+
{ allOf/anyOf }) so fields can be omitted based on form data.
Acceptance criteria:
- omitFromWorkflowInput accepts boolean or conditional objects (same schema as ui:hidden).
- Conditions are evaluated against current form data.
- If condition resolves true, field is omitted from execution payload but kept in form state.
- Add/extend tests for conditional omit behavior.