Skip to content

UserJourneyStep

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/packages/doc-automation/src/v2/types/cross-language.types.ts

UserJourneyStep - Complete step in a user workflow

Combines frontend action with backend processing for clear user docs.

Properties

PropertyType
ordernumber
actionstring
screenstring
screenPathstring
processing`{
description: string; // "System validates and saves order"
validationRules?: string[]; // ["Customer is required", "At least one item"]
permissionRequired?: string; // "Sales Manager or Admin"

}| |outcomes|Array<{ type: 'success' | 'error' | 'redirect'; description: string; // "Order created successfully" nextScreen?: string; // Where user goes next }>` |

Was this page helpful?

Download as PDF