forked from aleksander-dytko/Webinar-8.6
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Web Modeler - Git sync push - v1.2 - bindings (by EricLundberg762784)
- Loading branch information
1 parent
091a0b0
commit 350d771
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -190,7 +190,7 @@ | |
</bpmn:sequenceFlow> | ||
<bpmn:businessRuleTask id="Activity_00toffi" name="Calculate loan results"> | ||
<bpmn:extensionElements> | ||
<zeebe:calledDecision decisionId="Decision_tuystje" resultVariable="loan_results" /> | ||
<zeebe:calledDecision decisionId="Decision_tuystje" resultVariable="loan_results" bindingType="deployment" /> | ||
</bpmn:extensionElements> | ||
<bpmn:incoming>Flow_0f5fqcz</bpmn:incoming> | ||
<bpmn:outgoing>Flow_075y3tx</bpmn:outgoing> | ||
|
@@ -252,7 +252,7 @@ | |
</bpmn:sequenceFlow> | ||
<bpmn:userTask id="Activity_0092kbc" name="Underwrite loan"> | ||
<bpmn:extensionElements> | ||
<zeebe:formDefinition formId="Form_1a3j1g2" /> | ||
<zeebe:formDefinition formId="Form_1a3j1g2" bindingType="deployment" /> | ||
<zeebe:userTask /> | ||
<zeebe:taskSchedule dueDate="=date and time(now()) + duration("P7D")" /> | ||
<zeebe:priorityDefinition priority="=if creditScore >= 800 then 75 else if creditScore >= 700 then 50 else 25" /> | ||
|
@@ -273,7 +273,7 @@ | |
<bpmn:extensionElements> | ||
<zeebe:formDefinition formId="Form_16l6p9i" /> | ||
<zeebe:properties> | ||
<zeebe:property name="camundaModeler:exampleOutputJson" value="{ "address": { "first_name": "Laya", "last_name": "Williams", "address_1": "123 Anywhere Dr", "address_2": "", "city": "Raleigh", "zip_code": "27697", "state": "North Carolina", "country": "USA" }, "contact": { "email": "[email protected]", "phone": "+4930664040900", "mobile": "+4930664040900" }, "pi": { "ssn": "134-31-1679", "date_of_birth": null, "annual_salary": 55200, "monthly_debt":1234, "current_employer": "Styles and Speed Printing LLC." }, "loan": { "amount": 25000, "tenure": 36 } }" /> | ||
<zeebe:property name="camundaModeler:exampleOutputJson" value="{"address":{"first_name":"Laya","last_name":"Williams","address_1":"123 Anywhere Dr","address_2":"","city":"Raleigh","zip_code":"27697","state":"North Carolina","country":"USA"},"contact":{"email":"[email protected]","phone":"+4930664040900","mobile":"+4930664040900"},"pi":{"ssn":"134-31-1679","date_of_birth":null,"annual_salary":55200,"current_employer":"Styles and Speed Printing LLC.","monthly_debt":1234},"loan":{"amount":25000,"tenure":36},"customerId":"A0"}" /> | ||
<zeebe:property name="publicAccess" value="true" /> | ||
</zeebe:properties> | ||
</bpmn:extensionElements> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters