Send data to user interface action is based on Server-Sent Events (SSE), a web technology that enables servers to push real-time updates or events to clients over a single, long-lived HTTP connection. It provides a unidirectional communication channel from the server to the client, allowing the server to send updates to the client without the need for the client to continuously make requests.
PT30S
)paramsToCopy
- choose which of the keys from the parent process parameters to be copied to the subprocess
withoutParams
- choose which of the keys from the parent process parameters are to be ignored when copying parameter values from the parent process to the subprocess
application.client.firstName
key, to the frontend app, you can do the following:
data
).{ "name": "${application.client.firstName}" }