Engine.executionContext()
Signature
String[] executionContext()
Description
Return the current execution context. The first element in the String[] indicates where
this call is executing under. The remaining elements in the String[] contains the objects
that associated with the context. For example, if this is executing in Rule A.B.C and the
scope is InstanceX. This function will returns { $1Rule=A.B.C$1, $1InstanceX@id=12@extId=123$1 }.
Returns
Type | Description |
String[] | The current execution context. |