Skip to content

Graphorin API reference v0.15.1


Graphorin API reference / @graphorin/cli / / runWorkflowInspect

Function: runWorkflowInspect()

ts
function runWorkflowInspect(options): Promise<
  | ThreadInspection
| null>;

Defined in: packages/cli/src/commands/workflow.ts:53

Stable

Parameters

ParameterType
optionsWorkflowCommonOptions

Returns

Promise< | ThreadInspection | null>