workflow-core
workflow-core copied to clipboard
Get a response when publish an event
I am using the PublishEvent endpoint. But it doesn't return the reverse state translation status. Is there a way to immediately get a response about the execution status of an event?
await _workflowService.PublishEvent(request.Dto.IssueGuid, null, needStep)
What is the reverse state translation status?
Events are facts of history, they do not have a state. Workflows can respond to these facts of history, but this process is async to the publish process.