From 7c5c5bd2614539a39534c0991dbfad8b207c7ba1 Mon Sep 17 00:00:00 2001 From: deepikasatheesh Date: Tue, 9 Feb 2021 11:33:27 +0000 Subject: Fixed issues in AN NSSMF for allocate flow & added timeDelay in QueryJobStatus Issue-ID: SO-3526 Signed-off-by: deepikasatheesh Change-Id: I04fd6adced03c535129cf0d2adfee60f6e2b3407 --- .../main/resources/subprocess/QueryJobStatus.bpmn | 28 ++++++++++++++++++---- 1 file changed, 23 insertions(+), 5 deletions(-) (limited to 'bpmn/so-bpmn-infrastructure-flows/src') diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/QueryJobStatus.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/QueryJobStatus.bpmn index b2b6c031f9..8cafea75f5 100644 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/QueryJobStatus.bpmn +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/QueryJobStatus.bpmn @@ -31,7 +31,7 @@ qjs.preProcessRequest(execution) Flow_0qhl0m8 - Flow_1qqqckj + Flow_0akup2t Flow_18di8yy @@ -64,17 +64,23 @@ qjs.updateJobStatusDetails(execution) Flow_0qqltc9 - + #{execution.getVariable("JobStatusCompleted") == "FALSE"} + + Flow_1qqqckj + Flow_0akup2t + + PT10S + + + - - - + @@ -106,6 +112,11 @@ qjs.updateJobStatusDetails(execution) + + + + + @@ -136,6 +147,13 @@ qjs.updateJobStatusDetails(execution) + + + + + + + -- cgit 1.2.3-korg