Skip to content

WorkflowStateDocumentation

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/libs/parser-core/src/interfaces/workflow-documentation.interface.ts

Documentation for a specific workflow state

Properties

PropertyType
statestring
titlestring
descriptionstring
screenshotsEnhancedScreenshotMetadata[]
actionsWorkflowActionDocumentation[]
isTerminalboolean
requiresApprovalboolean
flags`{
/**
 * State is the initial/starting state
 */
isInitial?: boolean;

/**
 * State has approval sub-states
 */
hasApproval?: boolean;

/**
 * State has modal interactions
 */
hasModals?: boolean;

}` |

Was this page helpful?

Download as PDF