Kind: Interface
Source: atloria-monorepo/apps/api/src/documentation/services/workflow-detector.service.ts
Represents a detected business workflow
Properties
| Property | Type |
|---|---|
id | string |
name | string |
description | string |
category | string |
steps | WorkflowStep[] |
relatedPages | string[] |
estimatedDuration | string |
userRoles | string[] |
prerequisites | string[] |
Was this page helpful?