cancel
Showing results for 
Search instead for 
Did you mean: 

Terminating event

Former Member
0 Kudos

Hi ,

what is the Asynchronous method and teminating event.

can any body advise me in detail manner if possible as i m getting confused on both thiks when i implement the workflow.

Regards ,

kiran

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Search all your questions in this forum and you will get your answer. Please search the forum before posting questions.

Thanks

Arghadip

Answers (3)

Answers (3)

Former Member
0 Kudos

Asynchronous Method that does not report back directly to the calling component after its execution

It does not return any result, any parameters or any exceptions

At least one terminating event must be defined for a single-step task described with an asynchronous object method

An asynchronous method must enter its results itself. Import parameters can be passed to it only

Terminating events are used to terminate/stop the workflow when that value/condition is reached.

Regards,

Sophi.

surjith_kumar
Active Contributor
0 Kudos

Hi,

Check this [link|http://help.sap.com/saphelp_nw04/helpdata/en/c5/e4b590453d11d189430000e829fbbd/frameset.htm] and Page 6 & 7 in this article[article|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a05f194e-77dd-2a10-468b-b7e23d3607e3].

Regards,

Surjith

former_member182468
Contributor
0 Kudos

Hi,

Asynchronous indicates that the activity is not complete until a terminating event is received .

When asynchronous methods are executed , workflow does not continue to the next step until it

receives an acknowledgement that the method has finished .

This acknowledgement is returned using a terminating event , which is usually raised by the business

application called from the method.

also asynchronous doesnot return any result , any parameters or any exception.Imports parameters

can be passed to it only .

Terminating event is one whose occurence terminates a single step task .a task can have several

terminating event .

hope this explains you the difference.

Thanks,

sahiba