From 17224deb773034add04ded67f355bde9503e4faf Mon Sep 17 00:00:00 2001 From: nikhila-aot Date: Thu, 11 Jan 2024 22:27:44 -0800 Subject: [PATCH] changes for cssa,sosc,srcr bundle --- ...nated Sites Services Application Form.json | 131 +- .../bundling/Summary of Site Condition.json | 255 +- .../subProcess/CSSABundleWorklow.bpmn | 3718 ++++++++++++----- 3 files changed, 2781 insertions(+), 1323 deletions(-) diff --git a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json index f576da69..da8dd1a8 100644 --- a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json +++ b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json @@ -253,13 +253,13 @@ "customClass": "", "collapsible": false, "hidden": false, - "hideLabel": true, + "hideLabel": false, "disabled": false, "modalEdit": false, "key": "reviewerActions", "tags": [], "properties": {}, - "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-client\") || \r\nroles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\")|| \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") ||\r\nroles.includes(\"formsflow-reviewer/formsflow-client-reviewer\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n if (data.riskclassification === \"exempt\" && !(data.SoSC || data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance)) {\r\n show = false;\r\n } else {\r\n show = true;\r\n }\r\n}", + "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst isSoscAvailable = data.SoSC || (data.certificationdocumentradioGroup ? data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance : false) ? true : false;\r\n\r\n\r\nif(roles.includes(\"formsflow-client\") || \r\nroles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\")|| \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") ||\r\nroles.includes(\"formsflow-reviewer/formsflow-client-reviewer\")) {\r\n show = false;\r\n}\r\nelse\r\n{ \r\n \tif (data.riskclassification === \"exempt\" && !isSoscAvailable) {\r\n\t\tshow = false;\r\n\t} //else if (isSoscAvailable) {\r\n\t\t//show = true;\r\n\t//}\r\n\telse {\r\n\t\tshow = true;\r\n\t}\r\n}", "conditional": { "json": "", "show": null, @@ -363,7 +363,7 @@ "block": false, "disableOnInvalid": false, "theme": "primary", - "id": "e9qfuxd" + "id": "eqyxmwr" } ], "offset": 0, @@ -379,35 +379,60 @@ "label": "Next Reviewer", "action": "custom", "showValidations": false, + "theme": "primary", + "size": "md", + "block": false, + "leftIcon": "", + "rightIcon": "", + "shortcut": "", + "description": "", + "tooltip": "", + "customClass": "", + "tabindex": "", + "disableOnInvalid": false, + "hidden": false, + "autofocus": false, + "disabled": false, "tableView": false, + "modalEdit": false, "key": "nextReviewer", - "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\n\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/caseworker\")&&\r\n(data.bundleStatus === 'cssaMgrAccepted' || \r\ndata.bundleStatus === 'cssaCaseworkerAccepted')) {\r\n if(data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")\r\n show = false;\r\n else\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}", + "tags": [], + "properties": {}, + "conditional": { + "show": null, + "when": null, + "eq": "", + "json": "" + }, + "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/caseworker\")){\r\n\tif((data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\" && data.bundleStatus === 'cssaMgrAccepted')||\r\n\tdata.bundleStatus === 'cssaCaseworkerAccepted')\r\n show = false;\r\n\telse\r\n\t\tshow = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}", + "logic": [], + "attributes": {}, + "overlay": { + "style": "", + "page": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, "type": "button", "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n }); \r\n});", "input": true, "placeholder": "", "prefix": "", - "customClass": "", "suffix": "", "multiple": false, "defaultValue": null, "protected": false, "unique": false, "persistent": false, - "hidden": false, "clearOnHide": true, "refreshOn": "", "redrawOn": "", - "modalEdit": false, "dataGridLabel": true, "labelPosition": "top", - "description": "", "errorLabel": "", - "tooltip": "", "hideLabel": false, - "tabindex": "", - "disabled": false, - "autofocus": false, "dbIndex": false, "customDefaultValue": "", "calculateValue": "", @@ -415,7 +440,6 @@ "widget": { "type": "input" }, - "attributes": {}, "validateOn": "change", "validate": { "required": false, @@ -425,32 +449,13 @@ "multiple": false, "unique": false }, - "conditional": { - "show": null, - "when": null, - "eq": "" - }, - "overlay": { - "style": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, "allowCalculateOverride": false, "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], - "size": "md", - "leftIcon": "", - "rightIcon": "", - "block": false, - "disableOnInvalid": false, - "theme": "primary", - "id": "ec6q7r7" + "id": "el86edn" }, { "label": "Approved", @@ -527,7 +532,7 @@ "block": false, "disableOnInvalid": false, "theme": "primary", - "id": "eirbfbl" + "id": "ey7r8g" } ], "width": 3, @@ -615,7 +620,7 @@ "rightIcon": "", "block": false, "disableOnInvalid": false, - "id": "e62fesg" + "id": "ex7hwfv" } ], "size": "md", @@ -702,7 +707,7 @@ "rightIcon": "", "block": false, "disableOnInvalid": false, - "id": "exrh1gr" + "id": "e941aai" } ], "size": "md", @@ -777,7 +782,7 @@ "tree": false, "lazyLoad": false, "autoAdjust": false, - "id": "e8xg9k" + "id": "ephbiq8" } ], "keyModified": true, @@ -819,7 +824,7 @@ "addons": [], "tree": false, "lazyLoad": false, - "id": "e8doj05" + "id": "e5jna9b" }, { "title": "Site Owner Actions", @@ -1096,7 +1101,7 @@ "key": "cssaBundleActions", "tags": [], "properties": {}, - "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nconsole.log('data----', data);\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") ||\r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\")|| \r\nroles.includes(\"formsflow-reviewer/caseworker\")|| \r\nroles.includes(\"formsflow-reviewer/sdm\")) {\r\n if (data.riskclassification === \"exempt\" && !(data.SoSC || data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance)){\r\n show = true;\r\n } else {\r\n show = false;\r\n }\r\n}\r\nelse\r\n{\r\n show = false;\r\n}", + "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nconst isSoscAvailable = data.SoSC || (data.certificationdocumentradioGroup ? data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance : false) ? true : false;\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") ||\r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\")|| \r\nroles.includes(\"formsflow-reviewer/caseworker\")|| \r\nroles.includes(\"formsflow-reviewer/sdm\")) {\r\n if (data.riskclassification === \"exempt\" && !isSoscAvailable){\r\n \tshow = true;\r\n } else {\r\n\t show = false;\r\n }\r\n}\r\nelse\r\n{\r\n show = false;\r\n}", "conditional": { "json": "", "show": null, @@ -1200,7 +1205,7 @@ "block": false, "disableOnInvalid": false, "theme": "primary", - "id": "e1zfbv" + "id": "eig5rj" } ], "width": 3, @@ -1288,7 +1293,7 @@ "block": false, "disableOnInvalid": false, "theme": "primary", - "id": "e90eyla" + "id": "esfmnmr" }, { "label": "Approved", @@ -1365,7 +1370,7 @@ "block": false, "disableOnInvalid": false, "theme": "primary", - "id": "e4fgawi" + "id": "es0z0ho" } ], "width": 3, @@ -1452,7 +1457,7 @@ "rightIcon": "", "block": false, "disableOnInvalid": false, - "id": "e8zdnv" + "id": "e9t69r" } ], "size": "md", @@ -1539,7 +1544,7 @@ "rightIcon": "", "block": false, "disableOnInvalid": false, - "id": "ep79en" + "id": "ehihlij" } ], "size": "md", @@ -1614,7 +1619,7 @@ "tree": false, "lazyLoad": false, "autoAdjust": false, - "id": "ease9o" + "id": "eug3kcu" } ], "keyModified": true, @@ -1656,7 +1661,7 @@ "addons": [], "tree": false, "lazyLoad": false, - "id": "e5buvt8" + "id": "e4m2qxa" }, { "title": "Assign Reviewers", @@ -1671,7 +1676,7 @@ "key": "cssaReviewerAssignment", "tags": [], "properties": {}, - "customConditional": " if (data.riskclassification === \"exempt\" && !(data.SoSC || data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance)){\r\n const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n const roles = UserDetails[\"role\"];\r\n \r\n if(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n show = true;\r\n }\r\n else\r\n {\r\n show = false;\r\n }\r\n} else {\r\n show = false;\r\n}", + "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nconst isSoscAvailable = data.SoSC || (data.certificationdocumentradioGroup ? data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance : false) ? true : false;\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n\tif (data.riskclassification === \"exempt\" && !isSoscAvailable) {\r\n\t\tshow = true;\r\n\t} else {\r\n\t\tshow = false;\r\n\t}\r\n \r\n}\r\nelse\r\n{\r\n show = false;\r\n}", "conditional": { "json": "", "show": null, @@ -1822,7 +1827,7 @@ }, "customOptions": {}, "useExactSearch": false, - "id": "eqxkye5" + "id": "ev4a8pp" } ], "width": 4, @@ -1956,7 +1961,7 @@ }, "customOptions": {}, "useExactSearch": false, - "id": "e07511" + "id": "eiywczv" } ], "width": 4, @@ -2040,7 +2045,7 @@ "tree": false, "lazyLoad": false, "autoAdjust": false, - "id": "e8nu0j" + "id": "eunccow" } ], "keyModified": true, @@ -2082,7 +2087,7 @@ "addons": [], "tree": false, "lazyLoad": false, - "id": "ehkc0ga" + "id": "eleuwbv" }, { "label": "Notes", @@ -7662,7 +7667,7 @@ "addons": [], "tree": false, "lazyLoad": false, - "id": "ehmz9lv000000000000000000000000000000000000000000000000000" + "id": "ehmz9lv000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" } ], "placeholder": "", @@ -9305,7 +9310,7 @@ } ], "collapsible": false, - "id": "ewhx8sm000000000000000000000000000000000000000000000000000", + "id": "ewhx8sm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -18473,7 +18478,7 @@ }, "inputMask": "999-999-999", "tableView": true, - "id": "elva88000000000000000000000000000000000000000000000000000", + "id": "elva88000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -18553,7 +18558,7 @@ "tableView": true, "autoExpand": true, "inputFormat": "plain", - "id": "ey48nu000000000000000000000000000000000000000000000000000", + "id": "ey48nu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -18928,7 +18933,7 @@ "input": true, "label": "PIN", "tableView": true, - "id": "eyxe45n000000000000000000000000000000000000000000000000000", + "id": "eyxe45n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -19021,7 +19026,7 @@ "autoExpand": true, "inputFormat": "plain", "placeholder": "example, metes and bounds", - "id": "efdcvf000000000000000000000000000000000000000000000000000", + "id": "efdcvf000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "prefix": "", "customClass": "", "suffix": "", @@ -19235,7 +19240,7 @@ "input": true, "label": "Crown Land File Numbers", "tableView": true, - "id": "emf4u7g000000000000000000000000000000000000000000000000000", + "id": "emf4u7g000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -20287,7 +20292,7 @@ }, "inputMask": "999-999-999", "tableView": true, - "id": "ev43oe9000000000000000000000000000000000000000000000000000", + "id": "ev43oe9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -20367,7 +20372,7 @@ "tableView": true, "autoExpand": true, "inputFormat": "plain", - "id": "eb3d0l000000000000000000000000000000000000000000000000000", + "id": "eb3d0l000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -20742,7 +20747,7 @@ "input": true, "label": "PIN", "tableView": true, - "id": "eyv4fcu000000000000000000000000000000000000000000000000000", + "id": "eyv4fcu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -20835,7 +20840,7 @@ "autoExpand": true, "inputFormat": "plain", "placeholder": "example, metes and bounds", - "id": "ecgeub000000000000000000000000000000000000000000000000000", + "id": "ecgeub000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "prefix": "", "customClass": "", "suffix": "", @@ -21049,7 +21054,7 @@ "input": true, "label": "Crown Land File Numbers", "tableView": true, - "id": "eguyyh000000000000000000000000000000000000000000000000000", + "id": "eguyyh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", diff --git a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json index bd9915af..bdb7b5df 100644 --- a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json +++ b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json @@ -56,35 +56,60 @@ "label": "Previous Reviewer", "action": "custom", "showValidations": false, + "theme": "primary", + "size": "md", + "block": false, + "leftIcon": "", + "rightIcon": "", + "shortcut": "", + "description": "", + "tooltip": "", + "customClass": "", + "tabindex": "", + "disableOnInvalid": false, + "hidden": false, + "autofocus": false, + "disabled": false, "tableView": false, + "modalEdit": false, "key": "sendToPreviousReviewer", - "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!roles.includes(\"formsflow-reviewer/caseworker\") &&\r\n!(roles.includes(\"formsflow-reviewer/sdm\") && data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n if (roles.includes(\"formsflow-reviewer/caseworker\") &&\r\n roles.includes(\"formsflow-reviewer/sdm\") &&\r\n data.soscBundleStatus === \"cssaCaseworkerAccepted\")\r\n show = true;\r\n else\r\n show = false;\r\n}", + "tags": [], + "properties": {}, + "conditional": { + "show": null, + "when": null, + "eq": "", + "json": "" + }, + "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!roles.includes(\"formsflow-reviewer/caseworker\") &&\r\n!(roles.includes(\"formsflow-reviewer/sdm\") && data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n if (roles.includes(\"formsflow-reviewer/caseworker\") &&\r\n roles.includes(\"formsflow-reviewer/sdm\") &&\r\n data.soscBundleStatus === \"soscCaseworkerAccepted\")\r\n show = true;\r\n else\r\n show = false;\r\n}", + "logic": [], + "attributes": {}, + "overlay": { + "style": "", + "page": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, "type": "button", "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.soscUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Recheck'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Recheck'\r\n }); \r\n});", "input": true, "placeholder": "", "prefix": "", - "customClass": "", "suffix": "", "multiple": false, "defaultValue": null, "protected": false, "unique": false, "persistent": false, - "hidden": false, "clearOnHide": true, "refreshOn": "", "redrawOn": "", - "modalEdit": false, "dataGridLabel": true, "labelPosition": "top", - "description": "", "errorLabel": "", - "tooltip": "", "hideLabel": false, - "tabindex": "", - "disabled": false, - "autofocus": false, "dbIndex": false, "customDefaultValue": "", "calculateValue": "", @@ -92,7 +117,6 @@ "widget": { "type": "input" }, - "attributes": {}, "validateOn": "change", "validate": { "required": false, @@ -102,32 +126,13 @@ "multiple": false, "unique": false }, - "conditional": { - "show": null, - "when": null, - "eq": "" - }, - "overlay": { - "style": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, "allowCalculateOverride": false, "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], - "size": "md", - "leftIcon": "", - "rightIcon": "", - "block": false, - "disableOnInvalid": false, - "theme": "primary", - "id": "ep88zv3q" + "id": "et6hmui" } ], "width": 3, @@ -143,36 +148,61 @@ "label": "Next Reviewer", "action": "custom", "showValidations": false, + "theme": "primary", + "size": "md", + "block": false, + "leftIcon": "", + "rightIcon": "", + "shortcut": "", + "description": "", + "tooltip": "", + "customClass": "", + "tabindex": "", + "disableOnInvalid": false, + "hidden": false, + "autofocus": false, + "disabled": false, "tableView": false, + "modalEdit": false, "key": "sendToNextReviewer", - "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\nconst roles = UserDetails[\"role\"];\n\nif(roles.includes(\"formsflow-reviewer/caseworker\")&&\n(data.bundleStatus === 'cssaMgrAccepted' || \ndata.bundleStatus === 'cssaCaseworkerAccepted')) {\n show = true;\n}\nelse\n{\n show = false;\n}", + "tags": [], + "properties": {}, + "conditional": { + "show": null, + "when": null, + "eq": "", + "json": "" + }, + "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/caseworker\")) {\r\n\tif((data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\" && data.bundleStatus === 'cssaMgrAccepted')||\r\n\tdata.soscBundleStatus === 'soscCaseworkerAccepted')\r\n \t \tshow = false;\r\n\telse\r\n\t\tshow = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}", + "logic": [], + "attributes": {}, + "overlay": { + "style": "", + "page": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, "type": "button", "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.soscUtilKeys);\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n }); \r\n});", "input": true, "keyModified": true, "placeholder": "", "prefix": "", - "customClass": "", "suffix": "", "multiple": false, "defaultValue": null, "protected": false, "unique": false, "persistent": false, - "hidden": false, "clearOnHide": true, "refreshOn": "", "redrawOn": "", - "modalEdit": false, "dataGridLabel": true, "labelPosition": "top", - "description": "", "errorLabel": "", - "tooltip": "", "hideLabel": false, - "tabindex": "", - "disabled": false, - "autofocus": false, "dbIndex": false, "customDefaultValue": "", "calculateValue": "", @@ -180,7 +210,6 @@ "widget": { "type": "input" }, - "attributes": {}, "validateOn": "change", "validate": { "required": false, @@ -190,66 +219,72 @@ "multiple": false, "unique": false }, - "conditional": { - "show": null, - "when": null, - "eq": "" - }, - "overlay": { - "style": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, "allowCalculateOverride": false, "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], - "size": "md", - "leftIcon": "", - "rightIcon": "", - "block": false, - "disableOnInvalid": false, - "theme": "primary", - "id": "erjytr5" + "id": "ejbnyn7" }, { "label": "Approved", "action": "custom", "showValidations": false, + "theme": "primary", + "size": "md", + "block": false, + "leftIcon": "", + "rightIcon": "", + "shortcut": "", + "description": "", + "tooltip": "", + "customClass": "", + "tabindex": "", + "disableOnInvalid": false, + "hidden": false, + "autofocus": false, + "disabled": false, "tableView": false, + "modalEdit": false, "key": "approve", - "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer/sdm\")&&\r\ndata.soscBundleStatus !== 'cssaMgrAccepted') {\r\n show = true;\r\n}\r\nelse\r\n{\r\n if(data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")\r\n show = true;\r\n else\r\n show = false;\r\n}", + "tags": [], + "properties": {}, + "conditional": { + "show": null, + "when": null, + "eq": "", + "json": "" + }, + "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/sdm\")){\r\n\tif((data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\" &&\r\ndata.bundleStatus === 'cssaMgrAccepted') || data.soscBundleStatus === 'soscCaseworkerAccepted') \r\n \t\tshow = true;\t\r\n\telse\r\n\t\tshow = false;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}", + "logic": [], + "attributes": {}, + "overlay": { + "style": "", + "page": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, "type": "button", "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.soscUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Approved'\r\n }); \r\n});", "input": true, "placeholder": "", "prefix": "", - "customClass": "", "suffix": "", "multiple": false, "defaultValue": null, "protected": false, "unique": false, "persistent": false, - "hidden": false, "clearOnHide": true, "refreshOn": "", "redrawOn": "", - "modalEdit": false, "dataGridLabel": true, "labelPosition": "top", - "description": "", "errorLabel": "", - "tooltip": "", "hideLabel": false, - "tabindex": "", - "disabled": false, - "autofocus": false, "dbIndex": false, "customDefaultValue": "", "calculateValue": "", @@ -257,7 +292,6 @@ "widget": { "type": "input" }, - "attributes": {}, "validateOn": "change", "validate": { "required": false, @@ -267,32 +301,13 @@ "multiple": false, "unique": false }, - "conditional": { - "show": null, - "when": null, - "eq": "" - }, - "overlay": { - "style": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, "allowCalculateOverride": false, "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], - "size": "md", - "leftIcon": "", - "rightIcon": "", - "block": false, - "disableOnInvalid": false, - "theme": "primary", - "id": "eoohof" + "id": "eajutmg" } ], "width": 3, @@ -9318,7 +9333,7 @@ "id": "ej1mdrb" } ], - "id": "ej7yhy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ej7yhy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -10358,7 +10373,7 @@ "id": "eqnyhh" } ], - "id": "eskogm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eskogm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -10890,7 +10905,7 @@ "addons": [], "tree": false, "lazyLoad": false, - "id": "e0cqfrg000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + "id": "e0cqfrg000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" } ], "layoutFixed": false, @@ -10989,7 +11004,7 @@ "input": true, "label": "Crown Land File Numbers", "tableView": true, - "id": "elizdoh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "elizdoh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -12437,7 +12452,7 @@ "id": "e6o3au0o" } ], - "id": "erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -13470,7 +13485,7 @@ "id": "eg4rrls" } ], - "id": "ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -14069,7 +14084,7 @@ "addons": [], "tree": false, "lazyLoad": false, - "id": "emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + "id": "emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" } ], "placeholder": "", @@ -14113,7 +14128,7 @@ "input": true, "label": "Crown Land File Numbers", "tableView": true, - "id": "eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -15062,7 +15077,7 @@ "id": "edt3c4" } ], - "id": "e80y9k800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "e80y9k800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -22604,7 +22619,7 @@ "id": "es5kcwo" } ], - "id": "egwgsw000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "egwgsw000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -23401,7 +23416,7 @@ "id": "erxxdli" } ], - "id": "e09khr2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "e09khr2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -24010,7 +24025,7 @@ "id": "eu9o53q" } ], - "id": "eipn9d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eipn9d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -24540,7 +24555,7 @@ "id": "ef617zf" } ], - "id": "ebh60il00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ebh60il00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -25311,7 +25326,7 @@ "id": "eak2oy8" } ], - "id": "evgsijp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "evgsijp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -29385,7 +29400,7 @@ "id": "e9e5bm" } ], - "id": "e6l31cy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "e6l31cy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -30320,7 +30335,7 @@ "id": "ex2otfp" } ], - "id": "eauzdys00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eauzdys00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -30940,7 +30955,7 @@ "id": "em3poaa" } ], - "id": "ey0h0vl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ey0h0vl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -31560,7 +31575,7 @@ "id": "ebu3n7" } ], - "id": "el9aclo000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "el9aclo000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -32180,7 +32195,7 @@ "id": "eincm2l" } ], - "id": "ehk7lsj00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ehk7lsj00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -32800,7 +32815,7 @@ "id": "elx2wbn" } ], - "id": "ejahpfm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ejahpfm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -33506,7 +33521,7 @@ "addons": [], "tree": false, "lazyLoad": false, - "id": "etzpsl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + "id": "etzpsl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" } ], "placeholder": "", @@ -34247,7 +34262,7 @@ "defaultValue": "" } ], - "id": "esvz3la000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "esvz3la000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -38200,7 +38215,7 @@ "id": "estazfs" } ], - "id": "ef5nwt000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ef5nwt000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -38706,7 +38721,7 @@ "id": "eq5jxk" } ], - "id": "eoq12ev00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eoq12ev00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -39025,7 +39040,7 @@ "id": "enjn8bkh" } ], - "id": "ett43n0j0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ett43n0j0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -39344,7 +39359,7 @@ "id": "ee9w9ok" } ], - "id": "euuaaa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "euuaaa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -39663,7 +39678,7 @@ "id": "e6efm7o" } ], - "id": "edr4h0500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "edr4h0500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -41774,7 +41789,7 @@ "type": "columns", "input": false, "tableView": false, - "id": "ev4kpmc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ev4kpmc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -42571,7 +42586,7 @@ "type": "columns", "input": false, "tableView": false, - "id": "ehbime000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ehbime000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -43479,7 +43494,7 @@ "refreshOn": "", "addons": [], "inputType": "text", - "id": "errpqaf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "errpqaf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "defaultValue": "" } ], diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn index c8f6f025..17930688 100644 --- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn +++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn @@ -5,12 +5,31 @@ - - Gateway_1lfy3cm - Activity_1qnqtak - Gateway_1chdumm - Activity_0vo5rls - Gateway_0w0koaj + + Gateway_17raw62 + Activity_15772wo + Gateway_08cgufe + StartEvent_1 + Activity_0k6ixqm + Activity_1ozfgid + Activity_1v5ffpw + Gateway_1qqphxe + Activity_0a9pnut + + + Activity_1uc1xs1 + Gateway_04o747e + + + Activity_08ykdar + Gateway_0oobb3z + Gateway_1gzq005 + Activity_1os7sys + Event_0bwdoce + + + Activity_1ao3zkj + Gateway_15p5urd Gateway_1m36jwe @@ -20,47 +39,33 @@ Activity_1bsz2qm Activity_1hs3dja Gateway_1lbpcug - Event_1n5addo - Activity_1bhbq4y + Gateway_1xrj5sn Gateway_1l4bqor Activity_0kxdigs Gateway_0pty1fn Gateway_0o9l3lp - Activity_07ttn7q - Activity_12e3zvm Activity_0q362ss Gateway_0uf75ow + Event_1n5addo Gateway_0vp590v - Activity_1wrcu91 - Activity_0r75nsw Gateway_0qemi54 Event_0sdygwc + Activity_1bhbq4y + Activity_07ttn7q + Activity_12e3zvm + Activity_1wrcu91 + Activity_0r75nsw + Activity_0baoxlp + Activity_1d2xuv3 + Gateway_06gmmov - - Activity_1ao3zkj - Gateway_15p5urd - - - Activity_08ykdar - Gateway_0oobb3z - Gateway_1gzq005 - Activity_1os7sys - Event_0bwdoce - - - Activity_1uc1xs1 - Gateway_04o747e - - - Gateway_17raw62 - Activity_15772wo - Gateway_08cgufe - StartEvent_1 - Activity_0k6ixqm - Activity_1ozfgid - Activity_1v5ffpw - Gateway_1qqphxe - Activity_0a9pnut + + Gateway_1lfy3cm + Activity_1qnqtak + Gateway_1chdumm + Gateway_1l0ehcm + Activity_0vo5rls + Gateway_0w0koaj @@ -201,6 +206,16 @@ task.execution.setVariable('userRole','Statutory Decision Maker');Flow_07eueok Flow_0aabyhy + + Flow_0drs8s9 + Flow_0g9jpvb + Flow_118thnc + + + Flow_118thnc + Flow_1b7b7vp + Flow_1r9sgs4 + Flow_1u3s5mj Flow_1phkhb3 @@ -865,14 +880,9 @@ execution.setVariable('formName','Contaminated Sites Services Application Form') var sosc = execution.getVariable('SoSC'); var certificationdocumentradioGroup = execution.getVariable('certificationdocumentradioGroup'); -var isSoscAvailable = false; +var isSoscAvailable = sosc || (certificationdocumentradioGroup ? certificationdocumentradioGroup.determinationOfContaminatedSite +|| certificationdocumentradioGroup.approvalInPrinciple || certificationdocumentradioGroup.certificateOfCompliance : false) ? true : false; -if (sosc || certificationdocumentradioGroup.determinationOfContaminatedSite || certificationdocumentradioGroup.approvalInPrinciple || certificationdocumentradioGroup.certificateOfCompliance) -{ - isSoscAvailable = true; -} else { - isSoscAvailable = false; -} execution.setVariable('isSoscAvailable',isSoscAvailable); @@ -981,6 +991,7 @@ task.execution.setVariable('userRole','CSSA Team'); Flow_07eueok Flow_1nowy63 Flow_1l5jf46 + Flow_17uy5we Flow_0n61nyr @@ -1641,278 +1652,19 @@ execution.setVariable('requestType', 'SoSC'); - - - - - - execution.setVariable('bundleStatus', "cssaMgrAccepted"); - - - - ["applicationId", "applicationStatus", "bundleStatus"] - - - - ${action == 'Accepted'} - - - ${action == 'Recheck'} - - - - ${riskclassification == 'exempt'} - - - - - execution.setVariable('bundleUrl', execution.getVariable('formUrl')); - - - ${riskclassification != 'exempt'} - - - - - - - - - execution.setVariable('formUrl', execution.getVariable('cssaFormUrl')); - - - - execution.setVariable('bundleUrl', execution.getVariable('formUrl')); -execution.setVariable('formUrl', execution.getVariable('srcrFormUrl')); - - - - execution.setVariable('bundleUrl', execution.getVariable('formUrl')); -execution.setVariable('formUrl', execution.getVariable('soscFormUrl')); - - - - if (execution.getVariable('cssaStatus') === "Approved" && execution.getVariable('srcrStatus') === "Approved" && execution.getVariable('soscStatus') === "Approved" ) -{ -execution.setVariable("applicationStatus", "Approved"); -} -else{ -execution.setVariable("applicationStatus", "Rejected"); -} - - - - - - ${applicationStatus== 'Resubmitted' and isSdm== true} - - - ${isSentFromSociety == true} - - - - - execution.setVariable('bundleStatus', "cssaCaseworkerAccepted"); - - - - ["applicationId", "applicationStatus", "bundleStatus"] - - - - ${action == 'Accepted'} - - - - ${applicationStatus== 'Resubmitted' and isCaseworker== true} - - - ${action == 'Recheck' and isSentFromSociety == false} - - - - ${isSentFromSociety == false} - - - - - - - - - execution.setVariable('isSdm',true); - - - ${action == 'Returned'} - - - ${action == 'Recheck' and isSentFromSociety == true} - - - ${action == 'Rejected' or action == 'Approved' } - - - - - execution.setVariable('bundleStatus', "cssaTeamAccepted"); - - - - ["applicationId", "applicationStatus", "bundleStatus"] - - - - ${action == 'Accepted'} - - - ${action == 'Recheck'} - - - - ${applicationStatus== 'Resubmitted' and isCssaTeam== true} - - - ${applicationStatus== 'Resubmitted' and isSociety== true} - - - ${applicationStatus== 'Resubmitted' and isAp== true} - - - ${applicationStatus!= 'Resubmitted'} - - - - ${applicationStatus== 'Signed'} - - - ${owneroperatorradioGroup=='sameAsApplicant'} - - - - ${typeOfReview!= 'directToMinistryApplication'} - - - ${action == 'Recheck'} - - - - - ${action == 'Accepted'} - - - ${action == 'Recheck'} - - - + - - var system = java.lang.System; -execution.setVariable('isSentFromSociety',false); -system.out.println ("isSentFromSociety "+ execution.getVariable('isSentFromSociety')); - - - ${typeOfReview== 'directToMinistryApplication'} - - - - - - - ["applicationId", "applicationStatus"] - - - - - - - - - - - execution.setVariable('applicationStatus', "Resubmitted"); - - - - ["applicationId", "applicationStatus"] - - - - - - - - - - execution.setVariable('isCaseworker',true); - - - ${action == 'Returned'} - - - - - execution.setVariable('isCssaTeam',true); - - - ${action == 'Returned'} - - - - - execution.setVariable('isAp',true); - - - ${action == 'Returned'} - - - - - execution.setVariable('isSociety',true); - - - ${action == 'Returned'} - - - - - var system = java.lang.System; -system.out.println ("site owner flow"); - - - ${owneroperatorradioGroup=='different'} - - - - ${action == 'Accepted'} - - - - - - - ${action == 'Rejected'} - - - - - - - - - - - - - - cssa_updated - + + + cssa_updated + Flow_1i04zkp Flow_17tf2x2 Flow_0jxnrvm - Flow_0drs8s9 + Flow_0g9jpvb Flow_1kyum71 Flow_1u3s5mj Flow_0nkb4yt @@ -1925,17 +1677,11 @@ system.out.println ("site owner flow"); Flow_131saby Flow_1azn5ag - - ${isSoscAvailable==false} - Flow_1azn5ag Flow_04qadhc Flow_02nvps4 - - ${isSoscAvailable==true} - Flow_04qadhc Flow_01v1a0f @@ -2252,7 +1998,6 @@ execution.setVariable('requestType', 'CSSA'); - Flow_02nvps4 Flow_147keeo @@ -2569,1766 +2314,3459 @@ execution.setVariable('requestType', 'SoSC'); - Flow_01v1a0f Flow_147keeo Flow_1l5jf46 - - - - - - execution.setVariable('formUrl', execution.getVariable('cssaFormUrl')); - - - - execution.setVariable('bundleUrl', execution.getVariable('formUrl')); -execution.setVariable('formUrl', execution.getVariable('soscFormUrl')); - - - - if (execution.getVariable('cssaStatus') === "Approved" && execution.getVariable('soscStatus') === "Approved" ) -{ -execution.setVariable("applicationStatus", "Approved"); -} -else{ -execution.setVariable("applicationStatus", "Rejected"); -} - - - - Flow_0n61nyr - - - - - - - - - - - - - - - - - - + + Flow_1b7b7vp + Flow_1j9qdt7 + + Flow_01dljge + Flow_1inicnb + Flow_00llqqu + Flow_10vct33 + var system = java.lang.System; +system.out.println ("Sent to SDM"); + + + + + + Y + + + ["pid","applicationId","process_pid","task_id"] + + + + task.execution.setVariable('task_id',task.getId()); + + + task.execution.setVariable('requestStatus', task.execution.getVariable('action')); +task.execution.setVariable('requestType', 'CSSA'); +task.execution.setVariable('cssaStatus', task.execution.getVariable('action')); +task.execution.setVariable('applicationStatus', task.execution.getVariable('action')); +task.execution.setVariable('deleteReason', "completed"); +task.execution.setVariable('userRole','Statutory Decision Maker'); +task.execution.setVariable('subFormName','CSSA Form'); + + + + + + Flow_10vct33 + Flow_1orl3n2 + + + + + execution.setVariable('applicationStatus', "Resubmit"); + + + + + ["applicationId", "applicationStatus"] + + + + + Flow_0y6yjq4 + Flow_1inicnb + + + Flow_0gcxxyc + Flow_0y6yjq4 + Flow_1x8qn14 + Flow_18f4dcj + + + Flow_1x8qn14 + Flow_1huo0lg + + + + + + Y + + + ["pid","applicationId","process_pid","task_id"] + + + + task.execution.setVariable('task_id',task.getId()); +task.execution.setVariableLocal('variable1',"cssa"); + + + task.execution.setVariable('requestStatus', task.execution.getVariable('action')); +task.execution.setVariable('requestType', 'CSSA'); +task.execution.setVariable('cssaStatus', task.execution.getVariable('action')); +task.execution.setVariable('applicationStatus', task.execution.getVariable('action')); +task.execution.setVariable('deleteReason', "completed"); +task.execution.setVariable('userRole','Caseworker'); +task.execution.setVariable('subFormName','CSSA Form'); + + + + + + + + + Flow_1385q2s + Flow_0hla21j + + + Flow_1u5ar4j + Flow_01dljge + Flow_1huo0lg + Flow_08vhe64 + + + + + execution.setVariable('applicationStatus', "Resubmit"); + + + + + ["applicationId", "applicationStatus"] + + + + + Flow_08vhe64 + Flow_0j3ub9c + + + Flow_15qwrqx + + + Flow_1mlkd5t + Flow_00llqqu + Flow_1385q2s + + + + + + cssa_subforms_updated + + + Flow_1ldt3wq + Flow_1gathh9 + Flow_0vsb9eb + + + Flow_0hla21j + Flow_1u5ar4j + Flow_1ldt3wq + + + Flow_0vsb9eb + + + Flow_1orl3n2 + Flow_0gcxxyc + Flow_1gathh9 + + + Flow_18f4dcj + Flow_0j3ub9c + Flow_15qwrqx + Flow_1mlkd5t + var system = java.lang.System; +system.out.println ("Begin CSSA Flow - Sent To Caseworker"); +execution.setVariable('isCaseworker',false); +system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety')); + + + + + execution.setVariable('bundleStatus', "cssaCaseworkerAccepted"); + + + + ["applicationId", "applicationStatus", "bundleStatus"] + + + + ${action == 'Accepted'} + + + + + execution.setVariable('applicationStatus', "Resubmitted"); +execution.setVariable('requestStatus', "Resubmitted"); +execution.setVariable('cssaStatus', "Resubmitted"); +execution.setVariable('isCssaResubmitted', false); + + + + + ["applicationId", "applicationStatus", "cssaStatus","isCssaResubmitted"] + + + + + + + + ${isSentFromSociety == true} + + + + + + + ["applicationId", "applicationStatus", "cssaStatus"] + + + + execution.setVariable('cssaFormUrl', execution.getVariable('formUrl')); + + + + + + + + + + execution.setVariable('isCssaResubmitted', true); + + + + ["applicationId", "applicationStatus", "isCssaResubmitted"] + + + + ${action == 'Returned'} + + + + + + + + execution.setVariable('bundleUrl', execution.getVariable('formUrl')); + + + ${action == 'Rejected' or action == 'Approved' } + + + + + + + ${action == 'Recheck' and isSentFromSociety == false} + + + + + execution.setVariable('bundleUrl', execution.getVariable('formUrl')); + + + ${action == 'Rejected'} + + + ${isSentFromSociety == false} + + + + + + ["applicationId", "applicationStatus", "cssaStatus"] + + + + execution.setVariable('cssaFormUrl', execution.getVariable('formUrl')); + + + + + + + + + + + execution.setVariable('isCssaResubmitted', true); + + + + ["applicationId", "applicationStatus", "isCssaResubmitted"] + + + + ${action == 'Returned'} + + + + + + execution.setVariable('applicationStatus', "Resubmitted"); +execution.setVariable('requestStatus', "Resubmitted"); +execution.setVariable('cssaStatus', "Resubmitted"); +execution.setVariable('isCssaResubmitted', false); + + + + ["applicationId", "applicationStatus", "cssaStatus","isCssaResubmitted"] + + + + + + + + + + execution.setVariable('requestStatus', 'New'); +execution.setVariable('requestType', 'CSSA'); + + + + + + + + + + + Flow_1r9sgs4 + Flow_1x22wup + + Flow_03yoy3w + Flow_0il3vmv + Flow_05wlevd + Flow_0are22b + var system = java.lang.System; +system.out.println ("Sent to Caseworker"); + + + + + + Y + + + ["pid","applicationId","process_pid","task_id"] + + + + task.execution.setVariable('task_id',task.getId()); +task.execution.setVariableLocal('variable1',"srcr"); + + + task.execution.setVariable('requestStatus', task.execution.getVariable('action')); +task.execution.setVariable('requestType', 'SRCR'); +task.execution.setVariable('deleteReason', "completed"); +task.execution.setVariable('srcrStatus', task.execution.getVariable('action')); +task.execution.setVariable('applicationStatus', task.execution.getVariable('action')); +task.execution.setVariable('userRole','Caseworker'); +task.execution.setVariable('subFormName','SRCR Form'); + + + + + + + Flow_0are22b + Flow_07l3syo + + + Flow_0an51l4 + Flow_1fu9yzy + Flow_1snhou2 + Flow_1ndkwtp + Flow_1h0m3i7 + + + Flow_1snhou2 + Flow_0xfqt3y + Flow_1vdz37b + Flow_01epz2i + Flow_16pxdg9 + var system = java.lang.System; +system.out.println ("Sent to SDM"); + + + + + + Y + + + ["pid","applicationId","process_pid","task_id"] + + + + task.execution.setVariable('task_id',task.getId()); + + + task.execution.setVariable('requestStatus', task.execution.getVariable('action')); +task.execution.setVariable('requestType', 'SRCR'); +task.execution.setVariable('deleteReason', "completed"); +task.execution.setVariable('srcrStatus', task.execution.getVariable('action')); +task.execution.setVariable('applicationStatus', task.execution.getVariable('action')); +task.execution.setVariable('userRole','Statutory Decision Maker'); +task.execution.setVariable('subFormName','SRCR Form'); + + + + + + Flow_16pxdg9 + Flow_0ftakdr + + + Flow_1yzlrk5 + Flow_1w63bha + Flow_1xo2d1y + Flow_0k8zbtn + + + Flow_1fu9yzy + Flow_1w63bha + Flow_057mgr6 + + + + + execution.setVariable('applicationStatus', "Resubmit"); + + + + + ["applicationId", "applicationStatus", "srcrStatus"] + + + + + Flow_1h0m3i7 + Flow_0il3vmv + + + + + execution.setVariable('applicationStatus', "Resubmit"); + + + + + ["applicationId", "applicationStatus", "srcrStatus"] + + + + + Flow_1xo2d1y + Flow_0xfqt3y + + + Flow_1quxcj1 + Flow_05wlevd + Flow_1vdz37b + + + Flow_1ndkwtp + Flow_13fkd7i + Flow_18uiwvj + Flow_0qth6vy + Flow_1j7p3z3 + Flow_10q9ixt + var system = java.lang.System; +system.out.println ("Begin SRCR Flow - Sent To SRCO"); +system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety')); + + + Flow_18uiwvj + + + + + + Y + + + ["pid","applicationId","process_pid","task_id"] + + + + task.execution.setVariable('task_id',task.getId()); +task.execution.setVariableLocal('variable1',"srcr"); + + + task.execution.setVariable('requestStatus', task.execution.getVariable('action')); +task.execution.setVariable('requestType', 'SRCR'); +task.execution.setVariable('deleteReason', "completed"); +task.execution.setVariable('srcrStatus', task.execution.getVariable('action')); +task.execution.setVariable('applicationStatus', task.execution.getVariable('action')); +task.execution.setVariable('userRole','Site Risk Classification Officer'); +task.execution.setVariable('subFormName','SRCR Form'); + + + + + + Flow_10q9ixt + Flow_1jv9mjo + + + Flow_099g99i + Flow_057mgr6 + Flow_1m3u6g8 + Flow_0ubwm3f + + + + + execution.setVariable('applicationStatus', "Resubmit"); + + + + + ["applicationId", "applicationStatus", "srcrStatus"] + + + + + Flow_0ubwm3f + Flow_13fkd7i + + + Flow_1m3u6g8 + Flow_01epz2i + Flow_1quxcj1 + + + Flow_0k8zbtn + Flow_0qth6vy + Flow_06l4mcj + + + Flow_06l4mcj + Flow_03yoy3w + Flow_1j7p3z3 + + + + + + cssa_subforms_updated + + + Flow_1f5nol9 + Flow_07t1o4f + Flow_04demhb + Flow_1fnm4v9 + + + Flow_1jv9mjo + Flow_099g99i + Flow_1f5nol9 + + + Flow_07l3syo + Flow_0an51l4 + Flow_07t1o4f + + + Flow_1fnm4v9 + + + Flow_0ftakdr + Flow_1yzlrk5 + Flow_04demhb + + + + + + + ${isSentFromSociety == false} + + + + + + execution.setVariable('applicationStatus', "Resubmitted"); +execution.setVariable('requestStatus', "Resubmitted"); +execution.setVariable('srcrStatus', "Resubmitted"); +execution.setVariable('isSrcrResubmitted', false); + + + + ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"] + + + + + + + + ${isSentFromSociety == false} + + + + + + + ["applicationId", "applicationStatus", "srcrStatus"] + + + + execution.setVariable('srcrFormUrl', execution.getVariable('formUrl')); + + + + + + + + + + execution.setVariable('bundleUrl', execution.getVariable('formUrl')); + + + ${action == 'Rejected'} + + + + + execution.setVariable('srcrBundleStatus', "srcrCaseworkerAccepted"); + + + + ["applicationId", "applicationStatus", "srcrBundleStatus"] + + + + ${action == 'Accepted'} + + + ${action == 'Recheck'} + + + + + + execution.setVariable('isSrcrResubmitted', true); + + + + ["applicationId", "applicationStatus", "isSrcrResubmitted"] + + + + ${action == 'Returned' } + + + + + execution.setVariable('applicationStatus', "Resubmitted"); +execution.setVariable('requestStatus', "Resubmitted"); +execution.setVariable('srcrStatus', "Resubmitted"); +execution.setVariable('isSrcrResubmitted', false); + + + + + ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"] + + + + + + + + ${isSentFromSociety == true} + + + ${siteRiskClassification != 'notHighRisk'} + + + + + + + ["applicationId", "applicationStatus", "srcrStatus"] + + + + execution.setVariable('srcrFormUrl', execution.getVariable('formUrl')); + + + + + + + + + + execution.setVariable('bundleUrl', execution.getVariable('formUrl')); + + + ${action == 'Approved' or action == 'Rejected' } + + + + + + + + execution.setVariable('isSrcrResubmitted', true); + + + + ["applicationId", "applicationStatus", "isSrcrResubmitted"] + + + + ${action == 'Returned' } + + + ${action == 'Recheck' } + + + + + execution.setVariable('bundleUrl', execution.getVariable('formUrl')); + + + ${action == 'Rejected' } + + + ${siteRiskClassification == 'notHighRisk'} + + + + + + execution.setVariable('applicationStatus', "Resubmitted"); +execution.setVariable('requestStatus', "Resubmitted"); +execution.setVariable('srcrStatus', "Resubmitted"); +execution.setVariable('isSrcrResubmitted', false); + + + + ["applicationId", "applicationStatus", "srcrStatus", "isSrcrResubmitted"] + + + + + + + + + + execution.setVariable('requestStatus', 'New'); +execution.setVariable('requestType', 'SRCR'); + + + + + + + + + + ${siteRiskClassification != 'notHighRisk' } + + + + + + + ${isSentFromSociety == true} + + + + + + + ["applicationId", "applicationStatus", "srcrStatus"] + + + + execution.setVariable('srcrFormUrl', execution.getVariable('formUrl')); + + + + + + + + + + execution.setVariable('srcrBundleStatus', "srcrSrcoAccepted"); + + + + ["applicationId", "applicationStatus", "srcrBundleStatus"] + + + + ${action == 'Accepted'} + + + + + + execution.setVariable('isSrcrResubmitted', true); + + + + ["applicationId", "applicationStatus", "isSrcrResubmitted"] + + + + ${action == 'Returned' } + + + ${siteRiskClassification == 'notHighRisk' } + + + + + + + + + + + + execution.setVariable('bundleStatus', "cssaMgrAccepted"); + + + + ["applicationId", "applicationStatus", "bundleStatus"] + + + + ${action == 'Accepted'} + + + ${action == 'Recheck'} + + + + ${riskclassification == 'exempt'} + + + + + execution.setVariable('bundleUrl', execution.getVariable('formUrl')); + + + ${riskclassification != 'exempt'} + + + + + + + + execution.setVariable('formUrl', execution.getVariable('cssaFormUrl')); + + + + execution.setVariable('bundleUrl', execution.getVariable('formUrl')); +execution.setVariable('formUrl', execution.getVariable('srcrFormUrl')); + + + + execution.setVariable('bundleUrl', execution.getVariable('formUrl')); +execution.setVariable('formUrl', execution.getVariable('soscFormUrl')); + + + + if (execution.getVariable('cssaStatus') === "Approved" && execution.getVariable('srcrStatus') === "Approved" && execution.getVariable('soscStatus') === "Approved" ) +{ +execution.setVariable("applicationStatus", "Approved"); +} +else{ +execution.setVariable("applicationStatus", "Rejected"); +} + + + + + + ${applicationStatus== 'Resubmitted' and isSdm== true} + + + ${isSentFromSociety == true} + + + + + execution.setVariable('bundleStatus', "cssaCaseworkerAccepted"); + + + + ["applicationId", "applicationStatus", "bundleStatus"] + + + + ${action == 'Accepted'} + + + + ${applicationStatus== 'Resubmitted' and isCaseworker== true} + + + ${action == 'Recheck' and isSentFromSociety == false} + + + ${isSoscAvailable==false} + + + + ${isSentFromSociety == false} + + + + + + + + execution.setVariable('isSdm',true); + + + ${action == 'Returned'} + + + ${action == 'Recheck' and isSentFromSociety == true} + + + ${action == 'Rejected' or action == 'Approved' } + + + ${isSoscAvailable==true} + + + ${isSoscAvailable==false} + + + + + + + + execution.setVariable('bundleStatus', "cssaTeamAccepted"); + + + + ["applicationId", "applicationStatus", "bundleStatus"] + + + + ${action == 'Accepted'} + + + ${action == 'Recheck'} + + + + ${applicationStatus== 'Resubmitted' and isCssaTeam== true} + + + ${applicationStatus== 'Resubmitted' and isSociety== true} + + + ${applicationStatus== 'Resubmitted' and isAp== true} + + + ${applicationStatus!= 'Resubmitted'} + + + + ${applicationStatus== 'Signed'} + + + ${owneroperatorradioGroup=='sameAsApplicant'} + + + + ${typeOfReview!= 'directToMinistryApplication'} + + + ${action == 'Recheck'} + + + + + ${action == 'Accepted'} + + + ${action == 'Recheck'} + + + + + + var system = java.lang.System; +execution.setVariable('isSentFromSociety',false); +system.out.println ("isSentFromSociety "+ execution.getVariable('isSentFromSociety')); + + + ${typeOfReview== 'directToMinistryApplication'} + + + + + + + ["applicationId", "applicationStatus"] + + + + + + + + + + + execution.setVariable('applicationStatus', "Resubmitted"); + + + + ["applicationId", "applicationStatus"] + + + + + + + + + + execution.setVariable('isCaseworker',true); + + + ${action == 'Returned'} + + + + + execution.setVariable('isCssaTeam',true); + + + ${action == 'Returned'} + + + + + execution.setVariable('isAp',true); + + + ${action == 'Returned'} + + + + + execution.setVariable('isSociety',true); + + + ${action == 'Returned'} + + + + + var system = java.lang.System; +system.out.println ("site owner flow"); + + + ${owneroperatorradioGroup=='different'} + + + + ${action == 'Accepted'} + + + + + + + ${action == 'Rejected'} + + + + + + + execution.setVariable('formUrl', execution.getVariable('cssaFormUrl')); + + + + execution.setVariable('bundleUrl', execution.getVariable('formUrl')); +execution.setVariable('formUrl', execution.getVariable('soscFormUrl')); + + + + if (execution.getVariable('cssaStatus') === "Approved" && execution.getVariable('soscStatus') === "Approved" ) +{ +execution.setVariable("applicationStatus", "Approved"); +} +else{ +execution.setVariable("applicationStatus", "Rejected"); +} + + + + + + + + + + + + + ${isSoscAvailable==true} + + + + + + + Flow_1j9qdt7 + Flow_1x22wup + Flow_17uy5we + + + + + + + execution.setVariable('formUrl', execution.getVariable('cssaFormUrl')); + + + + execution.setVariable('bundleUrl', execution.getVariable('formUrl')); +execution.setVariable('formUrl', execution.getVariable('srcrFormUrl')); + + + + if (execution.getVariable('cssaStatus') === "Approved" && execution.getVariable('srcrStatus') === "Approved" ) +{ +execution.setVariable("applicationStatus", "Approved"); +} +else{ +execution.setVariable("applicationStatus", "Rejected"); +} + + + + + + + + + + + + + + + + + + + - + - - + + - - + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + - + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - + + + - + - - - + + + - + - - + + - + - - + + - - + + - - - - + + + + - + - - + + - + - - - - + + + + - + - - - + + + - + - - - + + + - + - - - - + + + + - + - - - - + + + + - + - - + + - - + + - - + + - + - - - + + + - + - - - - + + + + - + - - + + - + - - - + + + - + - - + + - - + + - - + + - - + + - + - - + + - + - - - - + + + + - + - - + + - + - - + + - + - - - - + + + + - + - - + + - - - + + + - - + + - - - + + + - - + + - - + + - - - + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - - + + - + - - - - + + + + - + - - + + - - + + - - + + - + - - + + - + - - - - + + + + - + - - + + - + - - + + - - + + - + - - + + - - - + + + - - + + - - - + + + - - - + + + - - + + - - + + - - - + + + - + - - - - + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - - + + - + - - - - + + + + - + - - + + - - + + - - + + - + - - - + + + - - + + - + - - - - + + + + - + - - - - + + + + - + - - + + - + - - + + - - + + - - + + - + - - - + + + - + - - + + - - + + - - - + + + - - - + + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - - + + - + - - - - + + + + - + - - + + - - + + - - + + - + - - - + + + - - + + - + - - - - + + + + - + - - - - + + + + - + - - + + - + - - + + - - + + - - + + - + - - - + + + - + - - + + - - + + - - - + + + - - - + + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - - + + - + - - - - + + + + - + - - + + - - + + - - + + - + - - - + + + - - + + - + - - - - + + + + - + - - - - + + + + - + - - + + - + - - + + - - + + - - + + - + - - - + + + - + - - + + - - + + - - - + + + - - - + + + - - + + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - + - - - - + + + + - + - - + + - - + + - + - - - + + - + - - - - - - - - - - - - - + + + - + - - - + + + + + + + + + + + - + - - - + + + - + - - - - + + + + - - - - + + + + - + - - + + - + - - + + - - - - + + + + - + - - - - + + + + + + + + + + + + - + - - + + - - + + - + - - + + - - - - - - + + - - + + - - - + + + - + - - - - + + + + - - + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + - - + + - + - - - - + + + + - + - - + + - - - - + + + + - - - - + + + + - - - - + + + + - + - - + + - + - - - + + + - - + + - + - - - + + + - + - - - - + + + + - + - - + + - - + + - + - - - - + + + + - + - - + + - - - + + + - + - - + + - - + + - - + + - + - - + + - - - - + + + + - + - - - - + + + + - + - - - - + + + + - + - - - - + + + + - + - - + + - + - - + + - + - - + + - - + + - - - - + + + + - + - - - - - - + + - - - + + + - - - + + + + + + + + + + + + + + + - - + + - - + + - - - + + + + - - - - - - - + + + - - - - - - - + + + - - - - + + + + - + - - - + + + - - - + + + - - - + + + - + - - - + + + - + - - - - + + + + + + + + + + + + + + + + + + + + - +