ntswf 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/ntswf/base.rb +2 -1
- metadata +1 -1
data/lib/ntswf/base.rb
CHANGED
@@ -81,7 +81,8 @@ module Ntswf
|
|
81
81
|
end
|
82
82
|
|
83
83
|
def raise_if_invalid_task_list
|
84
|
-
|
84
|
+
atl_values = activity_task_lists.values if activity_task_lists
|
85
|
+
[*atl_values, *@config.decision_task_list].each do |task_list|
|
85
86
|
if task_list.include?(separator)
|
86
87
|
raise "Invalid config '#{task_list}': Separator '#{separator}' is reserved for internal use."
|
87
88
|
end
|