cpee 1.5.22 → 1.5.23

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: df1026a1d2ce7804064bc1b5433e6fd0e77814ee767b850f962d38cc07a22b68
4
- data.tar.gz: ad5c37dffd3c8f2ced53ce25aea04eae5058ef74a98e6632e7eb1703b909f92f
3
+ metadata.gz: e5e9584caee6942d8f515280c3bf13caa8a4d3501cfafa21a4623263cf726383
4
+ data.tar.gz: 5b375c52cabc71c8ee94bbe91d8217137df751afe72ff92b5ffe51232f0a66ff
5
5
  SHA512:
6
- metadata.gz: 7b6f5cf40380a3d8718ffef76eadab8691e352124e84944a3e1468c843040845dd04dea9cb6d452aa5d3a241669c4f64bf8befd3e152026596078d26588fa011
7
- data.tar.gz: d05975c211746c68f7b006d64ef2420f15577f4b8c4299d62a0262bd0e112def68e971a3f0793df95d1bc6b4c1fe5802b4375e3b0138d13a695f76e4ce32adb4
6
+ metadata.gz: 0a363fef15c715703a0a5f8d4b8c4aab4e6a4df459d397bd6f3105fd5580358a2436be252bee90387972e0e507a5f5c0400a280383c86f06726d215927a414fa
7
+ data.tar.gz: 6fd9ec23641fde22d363cc6f5b0b621a2bfa81f5336981fbc83cef2cc2148abdaa4e74c8f4220537f8acdf6629137491e414092a26bb4226a5d5a0351678fa49
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "cpee"
3
- s.version = "1.5.22"
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"
@@ -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(*) &gt; 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(*) &gt; 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.22
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-06-19 00:00:00.000000000 Z
14
+ date: 2020-07-01 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: riddl