Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ats/support/WorkDef_Task_Default.ats')
-rw-r--r--plugins/org.eclipse.osee.ats/support/WorkDef_Task_Default.ats8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/org.eclipse.osee.ats/support/WorkDef_Task_Default.ats b/plugins/org.eclipse.osee.ats/support/WorkDef_Task_Default.ats
index f921d81fe7a..28286c95589 100644
--- a/plugins/org.eclipse.osee.ats/support/WorkDef_Task_Default.ats
+++ b/plugins/org.eclipse.osee.ats/support/WorkDef_Task_Default.ats
@@ -18,7 +18,7 @@ workDefinition "WorkDef_Task_Default" {
state "InWork" {
type Working
ordinal 1
- to "Complete" AsDefault
+ to "Completed" AsDefault
to "Cancelled" OverrideAttributeValidation
rule RequireStateHourSpentPrompt
layout {
@@ -38,14 +38,14 @@ workDefinition "WorkDef_Task_Default" {
}
}
- state "Complete" {
+ state "Completed" {
type Completed
ordinal 2
- rule AddDecisionValidateBlockingReview
+ to "InWork" OverrideAttributeValidation
}
state "Cancelled" {
type Cancelled
ordinal 3
}
-} \ No newline at end of file
+}

Back to the top