Workflow doesn't continue when it comes to OR split

1
0
-1

Hello. I'm new to Bonita, and mostly to BPMN too. Anyway, i'm trying to create workflow that receives data (N1), then has option of getting either one or all 3 options done, after received that data (N2,N3,N4)...and when one of the options is done, it needs to continue it's path on N5.

When i run my app, it get's stuck on N1, which it may seem that it doesn't know which path to choose.

Here is my model

Capture1.jpg

Any help will be appreciated!

1 answer

1
0
-1

Based on what you've said, I would do it this way:

have an XOR gateway after N1

Exit 1 is if test = All points to and AND gateway and this points to N2, N3 and N4

Exit 2 points to an XOR gateway with the three Exits if test = 2, if test = 3, if test = 4 where each choice points to N2, N3, N4 respectively.

Steps can have as many inputs as necessary here it is legitimate to have two...

regards
Seán

PS: If this reply answers your question, please mark a resolved.

Comments

Submitted by fokzrox on Sat, 04/16/2016 - 14:09

The point is that this is a project and uni, and i cannot change OR split for XOR, unless there is OR split inside XOR...

Submitted by Sean McP on Sat, 04/16/2016 - 14:28

You never said that before...

What are the conditions on the gateway?

What is in the Log?

Has N1 in fact failed, therefore doesn't go anywhere...

regards

Submitted by fokzrox on Sat, 04/16/2016 - 14:35

There are no conditions on gateaway. I tried setting the default flow, but nothing happens. when i run the project, and when the workflow get's to "zajem podatkov - N1", i get this:

Capture2.jpg

after i type in all the data and press continue, the workflow stops...

meaning, the project doesn't continue...

Submitted by Sean McP on Sat, 04/16/2016 - 14:53

What version of Bonita are you using 5, 6 or 7? Studio -> Help -> About.

Have a look at the log, Studio -> Help -> Bonita BPM Engine Log.

Can you Export the process and make it available (on dropbox or some fileshare) so we can have a look?

You must have conditions based on what you've said then has option of getting either one or all 3 options done

Why are you not allowed XOR?

regards

Submitted by fokzrox on Sat, 04/16/2016 - 14:58

It's Bonita 5.10.1 version.

This is a dropbox link : https://www.dropbox.com/s/rlixbfhhxy77vuw/ITIL_Design_Coordination--1.0....

I think that if you import my project, you will be able to see the log file.

Thank you for your help

Submitted by Sean McP on Sun, 04/17/2016 - 12:48

I'm having problems running the workflow, sorry - it fails with a JAAS error...Can you upload the logs after getting to where it stops and I'll have a look there.

regards

Notifications