cancel
Showing results for 
Search instead for 
Did you mean: 

about element define in container of bpm

0 Kudos

i want to use sync send step in bpm

but i find out ,i can only define async abstract interface in container.

is that so?

and , how should i use sync abstract interface in send sync step?

what should i do?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

1) Create one Sync Message Interface in Integration Repository

2.1) Create one Async Message Interface in Integration Repository.

2.2) Create a container element to this Message Interface.

3.1) Create another Async Message Interface in Integration Repository.

3.2) Create a container element to this Message Interface.

4) Create a Send Step in your BPM. Mark it as a Sync Step! Then, choose your Sync Message Interface and the first Async Message Interface as your request message and the second Message Interface as your response Message.