# Two same sequenceflow is valid?

**URL:** https://forum.flowable.org/t/two-same-sequenceflow-is-valid/6119
**Category:** Flowable Engine
**Created:** [June 1, 2020, 11:55am UTC](https://forum.flowable.org/t/two-same-sequenceflow-is-valid/6119 "2020-06-01T11:55:06Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![orangecj](https://avatars.discourse-cdn.com/v4/letter/o/43a26b/32.png) [@orangecj](https://forum.flowable.org/u/orangecj)
#### Post date: [June 1, 2020, 11:55am UTC](https://forum.flowable.org/t/two-same-sequenceflow-is-valid/6119/1 "2020-06-01T11:55:06Z")

</div>

My user set two same sequenceFlow from startEvent to the same UserTask unintentionally；

And then runtimeService create two tasks which is not meant；

I test the model with ProcessValidator and it succeeds；

Why is it valid?

---

<div class="post-metadata">

### Author: ![amporsim](https://avatars.discourse-cdn.com/v4/letter/a/ea666f/32.png) [@amporsim](https://forum.flowable.org/u/amporsim)
#### Post date: [June 3, 2020, 7:18pm UTC](https://forum.flowable.org/t/two-same-sequenceflow-is-valid/6119/2 "2020-06-03T19:18:30Z")

</div>

Hi @orangecj

This is valid by BPMN 2.0 specification:

> Multiple outgoing, unconditional sequence flows behave like a parallel gateway split.

Regards,  
Simon
