Home Search

DriveWorks Pro 21
SppGetProjectStates

Send Feedback

SppGetProjectStates

Will return an Array with all the States in the Project.

Syntax

SppGetProjectStates()

Where:

There is no argument needed for this function.

Example

RuleResultMeaning
SppGetProjectStates(){"State Name","Type","Operation Count","Transition Count","Teams"; "Specify","Running",0,1,"All"; "Awaiting Approval","Paused",0,1,"Administrators"; "Approving","Running",0,2,"All"; "Approval Denied","Paused",0,1,"All"; "Approved","Paused",0,0,"All"}This will return an Array show the States in the Project.

For more information on States and Specification Flow see Specification Flow

Returned Array In Table Format

State NameTypeOperation CountTransition CountTeams
SpecifyRunning01All
Awaiting ApprovalPaused01Administrators
ApprovingRunning02All
Approval DeniedPaused01All
ApprovedPaused00All