Kind: Interface
Source: atloria-monorepo/apps/api/src/documentation/services/workflow-detector.service.ts
A single step in a workflow
Properties
| Property | Type |
|---|---|
stepNumber | number |
title | string |
description | string |
pageId | string |
route | string |
actions | WorkflowAction[] |
expectedOutcome | string |
errorHandling | string |
screenshots | string[] |
Was this page helpful?