@cognigy/rest-api-client
Version:
Cognigy REST-Client
8 lines • 373 B
JavaScript
;
// Domain types for workflow execution and run state.
//
// Mirrors internal/workflows/workflow_run.go (RunStatus, StepResult)
// and internal/workflows/api.go's WorkflowRunResponse on the
// service-agents side. JSON field names follow the Go struct tags.
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=workflowRun.js.map