cpee 1.5.22 → 1.5.23
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/cpee.gemspec +1 -1
- data/lib/cpee/instantiation.rb +2 -1
- data/server/resources/transformation_dslx.xsl +0 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e5e9584caee6942d8f515280c3bf13caa8a4d3501cfafa21a4623263cf726383
|
|
4
|
+
data.tar.gz: 5b375c52cabc71c8ee94bbe91d8217137df751afe72ff92b5ffe51232f0a66ff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0a363fef15c715703a0a5f8d4b8c4aab4e6a4df459d397bd6f3105fd5580358a2436be252bee90387972e0e507a5f5c0400a280383c86f06726d215927a414fa
|
|
7
|
+
data.tar.gz: 6fd9ec23641fde22d363cc6f5b0b621a2bfa81f5336981fbc83cef2cc2148abdaa4e74c8f4220537f8acdf6629137491e414092a26bb4226a5d5a0351678fa49
|
data/cpee.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "cpee"
|
|
3
|
-
s.version = "1.5.
|
|
3
|
+
s.version = "1.5.23"
|
|
4
4
|
s.platform = Gem::Platform::RUBY
|
|
5
5
|
s.license = "LGPL-3.0"
|
|
6
6
|
s.summary = "Preliminary release of cloud process execution engine (cpee). If you just need workflow execution, without a rest/xmpp service exposing it, then use WEEL"
|
data/lib/cpee/instantiation.rb
CHANGED
|
@@ -296,7 +296,6 @@ module CPEE
|
|
|
296
296
|
|
|
297
297
|
class ContinueTask < Riddl::Implementation #{{{
|
|
298
298
|
def response
|
|
299
|
-
cpee = @h['X_CPEE'] || @a[0]
|
|
300
299
|
cblist = @a[1]
|
|
301
300
|
topic = @p[1].value
|
|
302
301
|
event_name = @p[2].value
|
|
@@ -305,6 +304,8 @@ module CPEE
|
|
|
305
304
|
key = @r.last
|
|
306
305
|
cb, condition, instance, uuid, instance_url = cblist.lrange(key,0,-1)
|
|
307
306
|
|
|
307
|
+
cpee = cb.gsub(/\d+\/callbacks.*/,'')
|
|
308
|
+
|
|
308
309
|
orisend = {
|
|
309
310
|
'CPEE-INSTANCE' => instance,
|
|
310
311
|
'CPEE-INSTANCE-URL' => instance_url,
|
|
@@ -390,9 +390,7 @@
|
|
|
390
390
|
<xsl:text>]</xsl:text>
|
|
391
391
|
</xsl:when>
|
|
392
392
|
<xsl:when test="count(*) > 0 and name()='report'">
|
|
393
|
-
<xsl:text>[</xsl:text>
|
|
394
393
|
<xsl:apply-templates select="d:*" mode="plainmulti"/>
|
|
395
|
-
<xsl:text>]</xsl:text>
|
|
396
394
|
</xsl:when>
|
|
397
395
|
<xsl:when test="count(*) > 0 and not(name()='arguments')">
|
|
398
396
|
<xsl:text>{</xsl:text>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cpee
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.23
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juergen eTM Mangler
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: tools
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2020-
|
|
14
|
+
date: 2020-07-01 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: riddl
|