Skip to content

Allow integration of Listeners execution into the Workflow execution #1286

@fjtirado

Description

@fjtirado

Currently WorkflowExecutionListener returns a void, meaning the execution is either blocking (if the listener executes the content into the same calling thread) or async (if the listener executes the content into a different thread)
It would be nice, in the async case, to pause workflow execution till that different thread has finished, for that purpose we need a Listener that returns CompletableFuture.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions