cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello experts,

I've a workflow which launch a subworkflow, but this subworkflow ítem is not being triggered...

I'm new on workflows... can anybody guide me how to check the event which trigger this sub workflow?

Thanks in advance,

Best regards,

0 Likes
View Entire Topic
0 Likes

Hello Mike,

The step you told me is a Method included in the ZBUS2078, I will check it again, but I thought it was working correctly, but what will be the reason to end the WF before calling the subworkflow?

Let me check, i will let you know.

Thanks for your support Mike

pokrakam
Active Contributor
0 Likes

It is working correctly - the log shows it completed. The graphical log you posted showed three green lines. So this looks like the step completing means the workflow is complete --> No need to start subworkflow.

So the flaw is in your process logic, not code.

0 Likes
But, how can I check the process logic? Sorry but I do not understand.... 😞
pokrakam
Active Contributor
0 Likes

What process does the WF implement? You can define that if task A completes then task B doesn't need to be done, or you can say A and B must complete before the WF can continue.