cancel
Showing results for 
Search instead for 
Did you mean: 

IS Asynchronous tasks in Workflow require terminating event?

Former Member
0 Kudos

IS Asynchronous tasks in Workflow require terminating event?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Tasks that refer to an asynchronous object method must always be defined with at least one terminating event. At runtime, the relevant work item is only terminated if one of the defined terminating events occurs.

and Tasks that refer to a synchronous object method can also be defined with terminating events but this is not a must condition. At runtime, the relevant work item is generally terminated when the synchronous method has been successfully executed. But the work item is also terminated if one of the defined terminating events occurs.

hope this will clear ur doubt.

Regards

Saurabh

Former Member
0 Kudos

IS Asynchronous tasks in Workflow require terminating event?

Former Member
0 Kudos

hi.

yes asynchronous required terminating event.

thanks

Sachin