Loading...
Was this page helpful?
CompensateFn: (input
: T | undefined
, context
: StepExecutionContext) => unknown
| Promise<unknown>
The type of compensation function passed to a step.
T
objectOptionalinput
T | undefinedcontext
StepExecutionContextunknown | Promise<unknown>
unknown | Promise<unknown>