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
| Property | Modifier | Type | Defined in |
|---|---|---|---|
after? | readonly | readonly string[] | packages/workflow/src/types.ts:221 |
before? | readonly | readonly string[] | packages/workflow/src/types.ts:220 |