Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/interfaces/workflow-signals.interface.ts
Discovered Workflow - Output from LLM analysis
Properties
| Property | Type |
|---|---|
id | string |
name | string |
description | string |
domain | string |
confidence | number |
stages | WorkflowStage[] |
transitions | WorkflowTransition[] |
Was this page helpful?