Last modified on 23 June 2025, at 14:34

Difference between revisions of "MROCLS PROCEDURE"

(MetaProperties)
(See also)
 
(One intermediate revision by the same user not shown)
Line 21: Line 21:
 
! width=30% | Name !! width=30% | Data type !! Comment
 
! width=30% | Name !! width=30% | Data type !! Comment
 
|-
 
|-
| ''ISTEMPLATE'' || {{Bool}}|| Defines whether the procedure is a template
+
| ''ISTEMPLATE'' || {{Boolean}}|| Defines whether the procedure is a template
 
|-
 
|-
 
| ''JSON'' || {{String}}|| Store the Procedure Model
 
| ''JSON'' || {{String}}|| Store the Procedure Model
Line 39: Line 39:
 
* [[MRO_Objects_(Client)#Work_Package]]
 
* [[MRO_Objects_(Client)#Work_Package]]
 
* [[MRO_(Plugin)#Work_Package]]
 
* [[MRO_(Plugin)#Work_Package]]
 +
* [[MROCLS_CALCULATION_TASK#Calculation Task]] (Classification)

Latest revision as of 14:34, 23 June 2025

IC CLASSIFICATION.gif Procedure Workpackage classification
Name MROCLS_PROCEDURE
Inheritance MROCLS MRO WORKPACKAGE
Namespace UBIK.MRO.Classification
ID {DDA685D6-EDDB-4746-BFF6-E8E8F153F11B}
Purpose Classify objects as task owners for sequential tasks
Version 5.0.0+

An UBIK® Procedure Workpackage is a specialized form of a Workpackage designed to handle complex workflows. It consists of sequential tasks that may include nested procedures and branching logic. Switch tasks allow the workflow to follow different paths based on conditions or user input. This makes Procedure Workpackages suitable for advanced scenarios requiring modularization and dynamic process control.




MetaProperties

Name Data type Comment
ISTEMPLATE Boolean Defines whether the procedure is a template
JSON String Store the Procedure Model


See also