weel 1.99.69 → 1.99.70
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 +1 -4
- 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: 3d0747682705e0b3fc0480a1453ec3d9eb384cbfe3c5efe0fe8c54252f25d8b3
|
|
4
|
+
data.tar.gz: 05fb3d2130621def8028235bf368bac843af93edad483755d96b9dd7188cb345
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fa801199b59a79e88e8c3f3fc554cb35fda18609eb7ad5415a6822eee9477e6a5b68f882cb013004d9d76fc6cfe8e048abfec0f44fdb8f73d4022101349d037c
|
|
7
|
+
data.tar.gz: c6538dde3e220125181620a59a40c4fa494037be711fdde99d538ad781afcccf7d91e642640d0604246bb4267a2e6c4ff3ea76fbfe0c3129db87cb2bbd30be29
|
data/lib/weel.rb
CHANGED
|
@@ -727,9 +727,6 @@ class WEEL
|
|
|
727
727
|
|
|
728
728
|
handlerwrapper.activity_handle passthrough, params
|
|
729
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
|
|
733
730
|
begin
|
|
734
731
|
# with loop if catching Signal::Again
|
|
735
732
|
# handshake call and wait until it finished
|
|
@@ -771,7 +768,7 @@ class WEEL
|
|
|
771
768
|
)
|
|
772
769
|
end
|
|
773
770
|
end while waitingresult == Signal::Again
|
|
774
|
-
if
|
|
771
|
+
if handlerwrapper.activity_passthrough_value.nil?
|
|
775
772
|
handlerwrapper.inform_activity_done
|
|
776
773
|
wp.detail = :after
|
|
777
774
|
@__weel_handlerwrapper::inform_position_change @__weel_handlerwrapper_args, :after => [wp.position]
|
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.70
|
|
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-09-17 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/TestMixin.rb
|
|
111
|
-
- test/TestWorkflow.rb
|
|
112
|
-
- test/README
|
|
113
110
|
- test/ContinueTest.rb
|
|
111
|
+
- test/TestWorkflow.rb
|
|
112
|
+
- test/TestMixin.rb
|
|
114
113
|
- test/SimHandlerWrapper.rb
|
|
115
|
-
- test/
|
|
116
|
-
- test/exec/tc_exec.rb
|
|
114
|
+
- test/README
|
|
117
115
|
- test/wfp_iteration/tc_structuredloop.rb
|
|
118
|
-
- test/
|
|
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
|
|
116
|
+
- test/wfp_adv_branching/tc_structured_partial_join.rb
|
|
134
117
|
- test/wfp_adv_branching/tc_threadmerge.rb
|
|
135
118
|
- test/wfp_adv_branching/tc_threadsplit.rb
|
|
136
|
-
- test/wfp_adv_branching/
|
|
119
|
+
- test/wfp_adv_branching/tc_multichoice_structuredsynchronizingmerge.rb
|
|
137
120
|
- test/wfp_adv_branching/tc_localsynchronizingmerge.rb
|
|
138
|
-
- test/
|
|
139
|
-
- test/
|
|
140
|
-
- test/
|
|
121
|
+
- test/wfp_adv_branching/tc_generalizedjoin.rb
|
|
122
|
+
- test/wfp_adv_branching/tc_generalsynchronizingmerge.rb
|
|
123
|
+
- test/wfp_adv_branching/tc_multimerge.rb
|
|
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
|
|
141
131
|
- test/wfp_basic/tc_parallelsplit_synchronization.rb
|
|
142
132
|
- test/wfp_basic/tc_exclusivechoice_simplemerge.rb
|
|
143
133
|
- test/wfp_basic/tc_sequence.rb
|
|
144
|
-
- test/
|
|
145
|
-
- test/
|
|
134
|
+
- test/complex/tc_generalsynchonizingmerge_loopsearch.rb
|
|
135
|
+
- test/complex/tc_parallel_stop.rb
|
|
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
|