openwferu 0.9.10 → 0.9.10.653
Sign up to get free protection for your applications and to get access to all the features.
@@ -56,7 +56,6 @@ module OpenWFE
|
|
56
56
|
#
|
57
57
|
# <if>
|
58
58
|
# <equals field-value="f0" other-value="true" />
|
59
|
-
# <!-- then -->
|
60
59
|
# <participant ref="alpha" />
|
61
60
|
# </if>
|
62
61
|
#
|
@@ -64,16 +63,13 @@ module OpenWFE
|
|
64
63
|
#
|
65
64
|
# <if>
|
66
65
|
# <equals field-value="f0" other-value="true" />
|
67
|
-
# <!-- then -->
|
68
66
|
# <participant ref="alpha" />
|
69
|
-
# <!-- else -->
|
70
67
|
# <participant ref="bravo" />
|
71
68
|
# </if>
|
72
69
|
#
|
73
70
|
# The 'test' attribute can be used instead of a condition child :
|
74
71
|
#
|
75
72
|
# <if test="${f:f0}">
|
76
|
-
# <!-- then -->
|
77
73
|
# <participant ref="alpha" />
|
78
74
|
# </if>
|
79
75
|
#
|
@@ -81,7 +77,6 @@ module OpenWFE
|
|
81
77
|
# in Ruby :
|
82
78
|
#
|
83
79
|
# <if rtest="5 * 12 == 61">
|
84
|
-
# <!-- then -->
|
85
80
|
# <participant ref="alpha" />
|
86
81
|
# </if>
|
87
82
|
#
|
@@ -182,7 +177,6 @@ module OpenWFE
|
|
182
177
|
# <if test="${supply_level} == ${field:supply_request}" />
|
183
178
|
# <participant ref="bravo" />
|
184
179
|
#
|
185
|
-
# <!-- optional else -->
|
186
180
|
# <participant ref="charly" />
|
187
181
|
#
|
188
182
|
# </case>
|
@@ -57,23 +57,27 @@ module OpenWFE
|
|
57
57
|
# to it to the Participant instance it looks up in the participant map
|
58
58
|
# tied to the engine.
|
59
59
|
#
|
60
|
+
# direct reference to participant alpha :
|
61
|
+
#
|
60
62
|
# <participant ref="alpha" />
|
61
|
-
#
|
63
|
+
#
|
64
|
+
# the name of the participant is the value found in
|
65
|
+
# the field 'target' :
|
62
66
|
#
|
63
67
|
# <participant field-ref="target" />
|
64
68
|
# <participant ref="${f:target}" />
|
65
|
-
#
|
66
|
-
#
|
69
|
+
#
|
70
|
+
# the name of the participant is the value found in
|
71
|
+
# the variable 'target' :
|
67
72
|
#
|
68
73
|
# <participant variable-ref="target" />
|
69
74
|
# <participant ref="${target}" />
|
70
|
-
#
|
71
|
-
#
|
75
|
+
#
|
76
|
+
# direct reference to participant 'alpha'
|
77
|
+
# if a subprocess named 'alpha' has been defined, the
|
78
|
+
# subprocess will be called instead :
|
72
79
|
#
|
73
80
|
# <alpha />
|
74
|
-
# <!-- direct reference to participant 'alpha'
|
75
|
-
# if a subprocess named 'alpha' has been defined, the
|
76
|
-
# subprocess will be called instead -->
|
77
81
|
#
|
78
82
|
# The Participant expressions includes the FilterMixin and thus
|
79
83
|
# understands and applies the "filter" attribute.
|
data/lib/openwfe/version.rb
CHANGED
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
|
|
3
3
|
specification_version: 1
|
4
4
|
name: openwferu
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.9.10
|
7
|
-
date: 2007-04-
|
6
|
+
version: 0.9.10.653
|
7
|
+
date: 2007-04-27 00:00:00 +09:00
|
8
8
|
summary: an open source ruby workflow and bpm engine
|
9
9
|
require_paths:
|
10
10
|
- lib
|