# DMN output execution order

**URL:** https://forum.flowable.org/t/dmn-output-execution-order/2121
**Category:** Flowable Engine
**Created:** [June 10, 2018, 9:41pm UTC](https://forum.flowable.org/t/dmn-output-execution-order/2121 "2018-06-10T21:41:36Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![bdot](https://avatars.discourse-cdn.com/v4/letter/b/e19adc/32.png) [@bdot](https://forum.flowable.org/u/bdot)
#### Post date: [June 10, 2018, 9:41pm UTC](https://forum.flowable.org/t/dmn-output-execution-order/2121/1 "2018-06-10T21:41:36Z")

</div>

Hi Team, looking for some confirmation from an expert!

In a DMN table, there are three output columns each one relying on the output of the previous column (Screenshot below). And it works! Wondering if this is working by chance or if DMN engine actually executes/evaluates output expressions in the order they are defined in the table.

Thanks for your time!

![screenshot](https://cdck-file-uploads-canada1.s3.dualstack.ca-central-1.amazonaws.com/flex035/uploads/flowable/original/1X/26a7e960a0a40a4ca695ce092dd948ea7c14302b.png)

---

<div class="post-metadata">

### Author: ![yvo](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.flowable.org/yvo/32/2231_2.png) [@yvo](https://forum.flowable.org/u/yvo)
#### Post date: [June 11, 2018, 8:05am UTC](https://forum.flowable.org/t/dmn-output-execution-order/2121/2 "2018-06-11T08:05:52Z")

</div>

Hi.

Yes this is correct.  
The output entries are evaluated in the same order as defined in the decision table.

Regards,

Yvo

---

<div class="post-metadata">

### Author: ![bdot](https://avatars.discourse-cdn.com/v4/letter/b/e19adc/32.png) [@bdot](https://forum.flowable.org/u/bdot)
#### Post date: [June 11, 2018, 4:56pm UTC](https://forum.flowable.org/t/dmn-output-execution-order/2121/3 "2018-06-11T16:56:39Z")

</div>

Awesome. Thanks @yvo
