Multiple UI elements can be linked to an action via a UI Action. If the action is just a method to interact with the process, the UI Action adds information about how that UI should react. For example, should a loader appear after executing the action, should a modal be dismissed, or if some default data should be sent back to the process.
application.client.email
; if we need a button that will send back all the form elements that have keys that start with application.client
we can add just this partapplication.client.email
, application.client.phone
, application.client.address
and we send application.client.age
this key will not be persisted