Extensions.ExternalServiceProvider.ServiceExecutionFinishedEventSource
Jump to navigation
Jump to search
Classification
Name | ServiceExecutionFinishedEventSource |
Short Description | Fires an event if a service execution has finished |
Class | Term |
Extension | OTX ExternalServiceProvider extension |
Group | ExternalServiceProvider related terms |
Exceptions | |
Checker Rules | |
Standard Compliant | Yes |
OTL Syntax
event:EventSourceTerm ExternalServiceProvider.ServiceExecutionFinishedEventSource(esp:ServiceTerm serviceHandle);
Description
ServiceExecutionFinishedEventSource is an EventSourceTerm which fires an event if a service execution has finished. This event is also fired if an asynchronous running service is stopped via the TerminateService action.
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
event:EventSource | Fires an event if a service execution has finished |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
serviceHandle | esp:Service | Term | - | [1..1] | Specifies the service to check for events. |