weel 1.99.68 → 1.99.69
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.
- checksums.yaml +4 -4
- data/lib/weel.rb +4 -0
- data/weel.gemspec +1 -1
- metadata +29 -29
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 617fe160156a49354162580bbfe49103772343571683eb3d8fc5e23c443dfe37
|
|
4
|
+
data.tar.gz: b5d4ea3364428184f0560175f5a9353b5445e0a011012d952ba754f1661bac30
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a06aaf2a1320b52ac1800f375ec00950faec08c8a1477b3e2a4b405438227ff27e2ca4babd3e815982b1d8a68f561d2326b438c1a6876b8836aafda74d9d943d
|
|
7
|
+
data.tar.gz: f1fb30c21f95ae16087f6d9be4501f50803a5fc2ee2be360309bdfc27a6409c1d44669da1fcba6f381714be6984d5c6f96219996af9ee423df908eb533018934
|
data/lib/weel.rb
CHANGED
|
@@ -726,6 +726,10 @@ class WEEL
|
|
|
726
726
|
end
|
|
727
727
|
|
|
728
728
|
handlerwrapper.activity_handle passthrough, params
|
|
729
|
+
wp.passthrough = handlerwrapper.activity_passthrough_value
|
|
730
|
+
unless wp.passthrough.nil?
|
|
731
|
+
@__weel_handlerwrapper::inform_position_change @__weel_handlerwrapper_args, :at => [wp.position]
|
|
732
|
+
end
|
|
729
733
|
begin
|
|
730
734
|
# with loop if catching Signal::Again
|
|
731
735
|
# handshake call and wait until it finished
|
data/weel.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: weel
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.99.
|
|
4
|
+
version: 1.99.69
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juergen eTM Mangler
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2018-
|
|
12
|
+
date: 2018-08-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: test-unit
|
|
@@ -107,39 +107,39 @@ specification_version: 4
|
|
|
107
107
|
summary: Preliminary release of the Workflow Execution Engine Library (WEEL)
|
|
108
108
|
test_files:
|
|
109
109
|
- test/TestHandlerWrapper.rb
|
|
110
|
-
- test/ContinueTest.rb
|
|
111
|
-
- test/TestWorkflow.rb
|
|
112
110
|
- test/TestMixin.rb
|
|
113
|
-
- test/
|
|
111
|
+
- test/TestWorkflow.rb
|
|
114
112
|
- test/README
|
|
113
|
+
- test/ContinueTest.rb
|
|
114
|
+
- test/SimHandlerWrapper.rb
|
|
115
|
+
- test/exec/tc_again.rb
|
|
116
|
+
- test/exec/tc_exec.rb
|
|
115
117
|
- test/wfp_iteration/tc_structuredloop.rb
|
|
116
|
-
- test/
|
|
118
|
+
- test/basic/tc_choose.rb
|
|
119
|
+
- test/basic/tc_parallel.rb
|
|
120
|
+
- test/basic/tc_codereplace.rb
|
|
121
|
+
- test/basic/tc_wf_control.rb
|
|
122
|
+
- test/basic/tc_handler.rb
|
|
123
|
+
- test/basic/tc_state.rb
|
|
124
|
+
- test/basic/tc_endpoint.rb
|
|
125
|
+
- test/basic/tc_search.rb
|
|
126
|
+
- test/basic/tc_data.rb
|
|
127
|
+
- test/speed/tc_speed2.rb
|
|
128
|
+
- test/speed/tc_speed1.rb
|
|
129
|
+
- test/wfp_adv_branching/tc_generalsynchronizingmerge.rb
|
|
130
|
+
- test/wfp_adv_branching/tc_structured_discriminator.rb
|
|
131
|
+
- test/wfp_adv_branching/tc_multimerge.rb
|
|
132
|
+
- test/wfp_adv_branching/tc_multichoice_structuredsynchronizingmerge.rb
|
|
133
|
+
- test/wfp_adv_branching/tc_generalizedjoin.rb
|
|
117
134
|
- test/wfp_adv_branching/tc_threadmerge.rb
|
|
118
135
|
- test/wfp_adv_branching/tc_threadsplit.rb
|
|
119
|
-
- test/wfp_adv_branching/
|
|
136
|
+
- test/wfp_adv_branching/tc_structured_partial_join.rb
|
|
120
137
|
- test/wfp_adv_branching/tc_localsynchronizingmerge.rb
|
|
121
|
-
- test/
|
|
122
|
-
- test/
|
|
123
|
-
- test/
|
|
124
|
-
- test/wfp_adv_branching/tc_structured_discriminator.rb
|
|
125
|
-
- test/wfp_state_based/tc_deferredchoice.rb
|
|
126
|
-
- test/wfp_state_based/tc_interleavedparallelrouting.rb
|
|
127
|
-
- test/speed/tc_speed1.rb
|
|
128
|
-
- test/speed/tc_speed2.rb
|
|
129
|
-
- test/exec/tc_again.rb
|
|
130
|
-
- test/exec/tc_exec.rb
|
|
138
|
+
- test/complex/tc_parallel_stop.rb
|
|
139
|
+
- test/complex/tc_generalsynchonizingmerge_loopsearch.rb
|
|
140
|
+
- test/complexsearch/tc_search.rb
|
|
131
141
|
- test/wfp_basic/tc_parallelsplit_synchronization.rb
|
|
132
142
|
- test/wfp_basic/tc_exclusivechoice_simplemerge.rb
|
|
133
143
|
- test/wfp_basic/tc_sequence.rb
|
|
134
|
-
- test/
|
|
135
|
-
- test/
|
|
136
|
-
- test/basic/tc_state.rb
|
|
137
|
-
- test/basic/tc_endpoint.rb
|
|
138
|
-
- test/basic/tc_data.rb
|
|
139
|
-
- test/basic/tc_choose.rb
|
|
140
|
-
- test/basic/tc_search.rb
|
|
141
|
-
- test/basic/tc_handler.rb
|
|
142
|
-
- test/basic/tc_codereplace.rb
|
|
143
|
-
- test/basic/tc_wf_control.rb
|
|
144
|
-
- test/basic/tc_parallel.rb
|
|
145
|
-
- test/complexsearch/tc_search.rb
|
|
144
|
+
- test/wfp_state_based/tc_deferredchoice.rb
|
|
145
|
+
- test/wfp_state_based/tc_interleavedparallelrouting.rb
|