From 99ebadd4d9c9df7db1c29780ca60d31b8e69d4ee Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Wed, 14 Jun 2023 16:57:00 +0000 Subject: [PATCH] User: admin@spiffworkflow.org clicked save for examples/1-basic-concepts/1-4-decisions/decision_example.bpmn --- examples/1-basic-concepts/1-4-decisions/decision_example.bpmn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/1-basic-concepts/1-4-decisions/decision_example.bpmn b/examples/1-basic-concepts/1-4-decisions/decision_example.bpmn index c9f8ce95..b90f322f 100644 --- a/examples/1-basic-concepts/1-4-decisions/decision_example.bpmn +++ b/examples/1-basic-concepts/1-4-decisions/decision_example.bpmn @@ -7,7 +7,9 @@ - Thanks for checking out our introduction to Decision Tables - this example was very simple, but you will find it is an excellent way to represent complex business rules in a way that is easy to think about and maintain. Change your prices in once place - and then re-use that decision table everywhere you need it. Future articles can show you how to expose this logic as an API endpoint -- imagine if your sales team had that kind of immediate control - and could stipulate A/B price splits based on arbitrary market segments and do this independently of your E-Commerce Web team, which just asks SpiffWorkflow's API what prices to show for a given person. + Thanks for checking out our introduction to Decision Tables - this example was very simple, but you will find it is an excellent way to represent complex business rules simply and cleanly. + + Future articles can show you how to expose this logic as an API endpoint -- imagine if your sales team had that kind of immediate control - and could stipulate A/B price splits based on arbitrary market segments and do this independently of your E-Commerce Web team, which just asks SpiffWorkflow's API what prices to show for a given person. ### What's Next?