Skip to content

PROTOCOL

WorkflowDebugger

Defines a type that receives debug information about a running workflow hierarchy.

Methods

didEnterInitialState(snapshot:)

Called once when the workflow hierarchy initializes.

  • Parameter snapshot: Debug information about the workflow hierarchy.

didUpdate(snapshot:updateInfo:)

Called when an update occurs anywhere within the workflow hierarchy.

  • Parameter snapshot: Debug information about the workflow hierarchy after the update.
  • Parameter updateInfo: Information about the update.