workflow-core icon indicating copy to clipboard operation
workflow-core copied to clipboard

Get a response when publish an event

Open xxramm16916 opened this issue 3 years ago • 1 comments

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)

xxramm16916 avatar Mar 10 '22 10:03 xxramm16916

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.

danielgerlag avatar Apr 05 '22 15:04 danielgerlag