From 6fe9c360675e4d584f12d6a471c0db0329003510 Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Thu, 17 Jan 2019 02:44:30 +0100 Subject: [PATCH] make camunda.py terminate immediately and run process in background --- camunda-overlay/sentiment-analysis.bpmn | 86 +++++++++++++++++-------- 1 file changed, 58 insertions(+), 28 deletions(-) diff --git a/camunda-overlay/sentiment-analysis.bpmn b/camunda-overlay/sentiment-analysis.bpmn index ddf0053..62e29de 100644 --- a/camunda-overlay/sentiment-analysis.bpmn +++ b/camunda-overlay/sentiment-analysis.bpmn @@ -5,9 +5,9 @@ - + - + @@ -18,6 +18,21 @@ execution.setVariable("results", S('[]')) SequenceFlow_15dip2q + + SequenceFlow_0jebdb9 + + + + SequenceFlow_1mnqqvo + SequenceFlow_0jebdb9 + + + SequenceFlow_15dip2q + SequenceFlow_0o77usd + + PT0S + + @@ -42,7 +57,7 @@ results.append(item); execution.setVariable("results", S(results)) - SequenceFlow_15dip2q + SequenceFlow_0o77usd SequenceFlow_1j2y6tv @@ -101,9 +116,6 @@ S(response); SequenceFlow_1bz7zx2 - - SequenceFlow_0jebdb9 - @@ -216,10 +228,14 @@ file SequenceFlow_1j2y6tv SequenceFlow_14nqu0e - + + SequenceFlow_14nqu0e - SequenceFlow_0jebdb9 - + SequenceFlow_1mnqqvo + + PT0S + + @@ -227,59 +243,73 @@ file - + - + - + - + - - + + - - + + - - + + - + - + - - + + - + - + - - + + - + + + + + + + + + + + + + + + -- 2.43.0