Variable InternalEchoCloudEventHandlerConst

InternalEchoCloudEventHandler: default<"cmd.xorca_internal.echo", "evt.xorca_internal.echo.success"> = ...

Defines a CloudEventHandler for handling dummy events specifically designed to echo the received events back to the orchestrator. This handler is typically used to flush outdated events from the state in scenarios involving loops within state machines.

This handler accepts a specific event type and, upon processing, emits a success event indicating that the operation was completed successfully.

Generated using TypeDoc