Jump to: navigation, search

Difference between revisions of "MROCLS PROCEDURE"


(Created page with "{{ClassificationInfoBox | title = Procedure Workpackage classification | name = {{PAGENAMEE}} | inheritance = | namespace = UBIK.MRO.Classification | purpose = Classify objec...")
 
(See also)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
| title = Procedure Workpackage classification
 
| title = Procedure Workpackage classification
 
| name = {{PAGENAMEE}}
 
| name = {{PAGENAMEE}}
| inheritance =  
+
| inheritance = [[MROCLS_MRO_WORKPACKAGE]]
 
| namespace = UBIK.MRO.Classification
 
| namespace = UBIK.MRO.Classification
 
| purpose = Classify objects as task owners for sequential tasks  
 
| purpose = Classify objects as task owners for sequential tasks  
Line 21: Line 21:
 
! width=30% | Name !! width=30% | Data type !! Comment
 
! width=30% | Name !! width=30% | Data type !! Comment
 
|-
 
|-
| ''WEIGHT'' || {{Double}}|| The weight of the objects progress
+
| ''ISTEMPLATE'' || {{Boolean}}|| Defines whether the procedure is a template
 
|-
 
|-
| ''TECH_STATUS'' || {{Double}}|| The technical status
+
| ''JSON'' || {{String}}|| Store the Procedure Model
 
|}
 
|}
 +
  
 
== See also ==
 
== See also ==
Line 38: 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