Engine.executionContext()

Signature

String[] executionContext()

Domain

action

Description

Return the current excution 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 { "Rule=A.B.C", "InstanceX@id=12@extId=123" }.

Parameters

None.

Returns

TypeDescription
String[]The current excution context.

Cautions

none