Skip to content

EXTENSION

AnyWorkflowAction

Properties

noAction

Creates a type-erased workflow action that does nothing (it leaves state unchanged and does not emit an output event).

Methods

init(sendingOutput:)

Creates a type-erased workflow action that simply sends the given output event.

  • Parameter output: The output event to send when this action is applied.