Give live updates meaningful names
Use the language of the product workflow.
Home / Product / Custom event publication
Start the next experiencePublish a named topic from an action so connected clients can respond to business events, not only raw record changes.
A client can observe that a status field changed, but it may not know that a review completed, an import finished, or a publication became live. Reconstructing meaning from low-level changes couples every client to implementation detail.
Daptin actions can publish to named topics as one of their outcomes. The action already understands the user's intent and the work it completed, so it can emit a more useful live signal.
Connected clients can then refresh the right view or start the next experience without each one reverse-engineering the database change.
Use the language of the product workflow.
Keep event publication beside the action and its outcome.
Whether a screen or schedule calls the action, the live signal keeps the same meaning.
Custom event publication does more when it can reuse the records, people, access rules, and workflows already in your application.
A permitted caller starts the named action.
The action performs its required product work.
An outcome emits the selected topic and context.
Subscribed clients update the experience or fetch current durable data.
Start from the experience you want to create; the backend capability supports the work behind it.
Tell the requester and reviewer views to refresh.
Announce that new content is available to browse.
Update dashboards or previews when content becomes public.
These capabilities share the same application context, so each one makes custom event publication more useful.
Topic publication is live delivery, not a durable message bus. Use stored records or audit history for replay and recovery, and design clients to reload authoritative state after reconnecting.
Run Daptin locally, explore the live administration surface, and follow one complete application path.