Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/workflow / / WorkflowPauseAt

Interface: WorkflowPauseAt

Defined in: packages/workflow/src/types.ts:219

Static pauseAt declaration. The engine consults the lists when scheduling tasks: nodes named in before suspend before their run is invoked; nodes in after complete normally and the engine suspends right before the next planning round.

Stable

Properties

PropertyModifierTypeDefined in
after?readonlyreadonly string[]packages/workflow/src/types.ts:221
before?readonlyreadonly string[]packages/workflow/src/types.ts:220