Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorddunne2010-12-06 15:31:30 +0000
committerRyan D. Brooks2010-12-06 15:31:30 +0000
commite7de847bef4499a107631880d0d90f6c12a073e9 (patch)
tree6ef0cddcc97fe826448f9a2afa375976a4c58a81 /plugins/org.eclipse.osee.framework.skynet.core/support
parentcff3c8a01f48895705d344c964731f83d1ca0776 (diff)
downloadorg.eclipse.osee-e7de847bef4499a107631880d0d90f6c12a073e9.tar.gz
org.eclipse.osee-e7de847bef4499a107631880d0d90f6c12a073e9.tar.xz
org.eclipse.osee-e7de847bef4499a107631880d0d90f6c12a073e9.zip
feature[ats_RBQCB]: Add task functionality to CPCR/TPCR workflows
Diffstat (limited to 'plugins/org.eclipse.osee.framework.skynet.core/support')
-rw-r--r--plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee b/plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee
index d6e2be2745d..49b049c2209 100644
--- a/plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee
+++ b/plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee
@@ -1149,6 +1149,7 @@ artifactType "Work Page Definition" extends "Work Item Definition" {
guid "AAMFDhzuyizN4qu7tXgA"
attribute "osee.wi.Work Page Name"
attribute "osee.wi.Work Page Type"
+ attribute "osee.wi.Work Page Ordinal"
}
artifactType "Work Flow Definition" extends "Work Item Definition" {
@@ -1213,6 +1214,13 @@ attributeType "osee.wi.Work Page Name" extends StringAttribute {
max unlimited
}
+attributeType "osee.wi.Work Page Ordinal" extends IntegerAttribute {
+ guid "AGb3uHUiiFc2GkZc1bwA"
+ dataProvider DefaultAttributeDataProvider
+ min 0
+ max 1
+}
+
attributeType "osee.wi.Transition" extends StringAttribute {
guid "AAMFEcBLGB5U+55hJrQA"
dataProvider DefaultAttributeDataProvider

Back to the top