cancel
Showing results for 
Search instead for 
Did you mean: 

loop in BPM

Former Member
0 Kudos

I've configured a simple integration process.


begin of a block
    begin of a loop (condition: counter <> 3)
        a receive step
        counter = counter + 1
    end of a loop
    a async sender step
end of a block

this integration process works perfectly, but when I check the technical detail in PE of Message Monitor, the Action is displayed as "Branch" instead of "Loop".

Hope some one can tell me why.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

this could be because your BPM is running in the workflow engine.

When you activate BPM , the system generates a workflow.

This could be the reason.

Regards Mario

Former Member
0 Kudos

thanks, Mario.

But I saw the Action Loop in the tutorial pictures in which the senaio is the same as mine.

How Can I see Loop Action in technical detail?

Answers (0)