Class TExampleScenarioAlternative

Unit

Declaration

type TExampleScenarioAlternative = 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 step : TExampleScenarioStepArray read GetstepArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property title : string read Gettitle write Settitle;

The label to display for the alternative that gives a sense of the circumstance in which the alternative should be invoked.

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

A human-readable description of the alternative explaining when the alternative should occur rather than the base step.

Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
 
Public property step : TExampleScenarioStepArray read GetstepArray;

Indicates the operation, sub-process or scenario that happens if the alternative option is selected.


Generated by PasDoc 0.15.0.