Difference between revisions of "MROCLS GROUPEDTASK"
(Created page with "{{ClassificationInfoBox | title = Selective Task classification object | name = {{PAGENAMEE}} | inheritance = MROCLS MRO TASK | namespace = MRO.Classification | purpose =...") |
(→MetaProperties) |
||
Line 21: | Line 21: | ||
| NOT_NECESSARY|| {{Boolean}} || Identifies a Selective Task as Not Necessary as its siblings tasks are already finished. This Property is NOT autonomous. It is necessary to add it to the Task MetaClass. | | NOT_NECESSARY|| {{Boolean}} || Identifies a Selective Task as Not Necessary as its siblings tasks are already finished. This Property is NOT autonomous. It is necessary to add it to the Task MetaClass. | ||
|- | |- | ||
− | | | + | | SELECTIVE_LIMIT|| {{Integer}} || Defines the number of Selective Tasks that must be finished until its siblings tasks are considered as "Not Necessary". This Property is NOT autonomous. It is necessary to add it to the Task MetaClass. |
|} | |} | ||
== See also == | == See also == |
Revision as of 14:12, 16 December 2022
Selective Task classification object | |
---|---|
Name | MROCLS_GROUPEDTASK |
Inheritance | MROCLS MRO TASK |
Namespace | MRO.Classification |
ID | {4130333A-93A2-4F35-AFBC-B4AB7AC7856E} |
Purpose | Classify tasks as sequential tasks |
Version | 3.7.1+ |
Classifies an object as Selective Task. This classification is an Autonomous Classification where some of the required properties are autonomously added to the MetaDefinitions (ACM).
MetaProperties
Name | Data type | Comment |
---|---|---|
SIBLING_IDS | Guid | List of sibling Selective Tasks. This property is autonomous. It must not be added to the Task - Metaclass. It is managed by the MRO Kernel. |
NOT_NECESSARY | Boolean | Identifies a Selective Task as Not Necessary as its siblings tasks are already finished. This Property is NOT autonomous. It is necessary to add it to the Task MetaClass. |
SELECTIVE_LIMIT | Integer | Defines the number of Selective Tasks that must be finished until its siblings tasks are considered as "Not Necessary". This Property is NOT autonomous. It is necessary to add it to the Task MetaClass. |