class Ens.BPL.Call
extends Ens.BPL.Activity
This class represents a call to another business class, i.e. another
business process or a business operation. The 'class' attribute and the <request> tag
are required.
property Async
as %Boolean [ InitialExpression = 1 ];
This determines if the request should be made asynchronously
property Request
as Ens.BPL.Request;
This holds data transformation details for the request
property Response
as Ens.BPL.Response;
This holds data transformation details for the response
property Target
as %String;
This holds the name of the configured item (usually a class)
which will be called and receive the request
property Timeout
as %String;
This holds the timeout for synchronous requests