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?