cancel
Showing results for 
Search instead for 
Did you mean: 

Task with two triggering event

former_member184495
Active Contributor
0 Kudos

Hi,

improving already existing complex WF developed by someone is tough 🙂

well question is, there is a STAND ALONE 'std-task' which has 2 triggering events, no terminating events.

if any of the event starts, this eventually starts main WF.

during the course of this process both these events can trigger at any point of time.

So say it triggered both event ONCE, but when I see in SWI6 I see this 'std-task' triggers more than twice.

Is it a good idea to have a separate 'std-task' and have 1 event in each 'std-task' or is there another way like may be terminating event or something else.

Thanks,

Aditya V

Accepted Solutions (0)

Answers (2)

Answers (2)

pokrakam
Active Contributor

Not sure I fully understand the question, but there is nothing wrong with having multiple start events.

"So say it triggered both event ONCE, but when I see in SWI6 I see this 'std-task' triggers more than twice."

I'd say the first assumption is wrong, or it was started by other mechanisms. The technical log should tell you how each instance was started.

former_member184495
Active Contributor
0 Kudos

Hi Mike,

we manually start these 2 events, so there is no way it started from any other mechanism.

since we know we have manually started it, say I triggered event-1 and then later event-2, ideally in SWI6 I should have seen this 'task' triggering twice, but I see it triggering more than once.

Aditya V

pokrakam
Active Contributor

So as per the other part of my comment, what do the logs say how each task was started?

anjan_paul
Active Contributor
0 Kudos

Hi,

I can only say, introducing of terminating event is great design.

Thanks