Class TExampleScenarioStep

Unit

Declaration

type TExampleScenarioStep = class(TBackboneElement)

Description

Example of workflow instance.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property process : TExampleScenarioProcessArray read GetprocessArray;
Public property pause : boolean read Getpause write Setpause;
Public property pauseElement : Tboolean read GetpauseElement write SetpauseElement;
Public property operation : TExampleScenarioOperation read Getoperation write Setoperation;
Public property alternative : TExampleScenarioAlternativeArray read GetalternativeArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property process : TExampleScenarioProcessArray read GetprocessArray;

Nested process.

Public property pause : boolean read Getpause write Setpause;

If there is a pause in the flow.

Public property pauseElement : Tboolean read GetpauseElement write SetpauseElement;
 
Public property operation : TExampleScenarioOperation read Getoperation write Setoperation;

Each interaction or action.

Public property alternative : TExampleScenarioAlternativeArray read GetalternativeArray;

Indicates an alternative step that can be taken instead of the operations on the base step in exceptional/atypical circumstances.


Generated by PasDoc 0.15.0.