Does camunda has a feature where it publishes the status of a workflow

Hi Camunda team,

I need some information , Is there any way where camunda will publish the status of a workflow based on processId when ever the state get changed, and we can subscribe to that topic from spring boot and listen to it ? [like knowing the real-time status of a workflow and use that info in the application]

Maybe not directly, but you can use the Custom you History Backend feature to either swap or add the history implementation so you can publish to wherever you need by hooking into the event stream of history events. THat is documented here: History and Audit Event Log | docs.camunda.org