Provide some actions for getting available options and default values
Problem/Motivation
We're creating many workflow configurations that affect form-related logic.
In some situations, we need to evaluate something based on given defaults, specifically
- Default provided value of a form field
- Default provided value of configured entity field (storage-level)
- Currently available options of an options field (such as select dropdown, radios, checkboxes)
Currently we have no actions that get those values.
Steps to reproduce
Proposed resolution
Implement new actions that provide the values described above.
Remaining tasks
User interface changes
API changes
Data model changes
Edited by drupalbot