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
| Parameter | Type |
|---|---|
options | WorkflowCommonOptions |
Returns
Promise< | ThreadInspection | null>