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;

The diagram title of the group of operations.

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

A longer description of the group of operations.

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

Description of initial status before the process starts.

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

Description of final status after the process ends.

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

Each step of the process.


Generated by PasDoc 0.15.0.