Class TExampleScenarioProcess

Unit

Declaration

type TExampleScenarioProcess = class(TBackboneElement)

Description

Example of workflow instance.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property title : string read Gettitle write Settitle;
Public property titleElement : Tstring read GettitleElement write SettitleElement;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
Public property preConditions : string read GetpreConditions write SetpreConditions;
Public property preConditionsElement : Tmarkdown read GetpreConditionsElement write SetpreConditionsElement;
Public property postConditions : string read GetpostConditions write SetpostConditions;
Public property postConditionsElement : Tmarkdown read GetpostConditionsElement write SetpostConditionsElement;
Public property step : TExampleScenarioStepArray read GetstepArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property title : string read Gettitle write Settitle;

A short descriptive label the process to be used in tables or diagrams.

Public property titleElement : Tstring read GettitleElement write SettitleElement;
 
Public property description : string read Getdescription write Setdescription;

An explanation of what the process represents and what it does.

Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
 
Public property preConditions : string read GetpreConditions write SetpreConditions;

Description of the initial state of the actors, environment and data before the process starts.

Public property preConditionsElement : Tmarkdown read GetpreConditionsElement write SetpreConditionsElement;
 
Public property postConditions : string read GetpostConditions write SetpostConditions;

Description of the final state of the actors, environment and data after the process has been successfully completed.

Public property postConditionsElement : Tmarkdown read GetpostConditionsElement write SetpostConditionsElement;
 
Public property step : TExampleScenarioStepArray read GetstepArray;

A significant action that occurs as part of the process.


Generated by PasDoc 0.15.0.