Skip to content

Graphorin API reference v0.9.0


Graphorin API reference / @graphorin/cli / / runWorkflowInspect

Function: runWorkflowInspect()

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

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

Parameters

ParameterType
optionsWorkflowCommonOptions

Returns

Promise< | ThreadInspection | null>

Stable