WorkflowCompensationHandler typedef

WorkflowCompensationHandler = FutureOr<void> Function(WorkflowCompensationContext context, Object? input)

Reconstructed executable cleanup handler; only its stable ID is persisted.

Implementation

typedef WorkflowCompensationHandler = FutureOr<void> Function(
  WorkflowCompensationContext context,
  Object? input,
);