Monitoring and Management : getAdviceInstances

getAdviceInstances
Microagent Method
Description
This method provides general information about all advice instances that are created in the BW engine.
Index Names
ProcDefName, ActivityName, AdviceInstanceID
In Index
LegalValueChoices
The identifier of the advice instance.
The name of the process definition.
The name of the activity adjacent to the advice.
The name of the activity class.
The location where the advice instance is running (for example, before activity, after activity, after returning activity, after throwing activity)
ACT_AFTER_RET,
ACT_AFTER_THR,
The advice implementation name.
Whether the advice implementation is synchronous.
The data access mode (for example, read-only, read-write)
READ-ONLY, READ-WRITE
Whether the advice instance is capable of hibernating jobs.
Out Index
The identifier of the advice instance.
The name of the process definition.
The name of the activity adjacent to the advice.
The name of the activity class.
The location where the advice instance is running (For example, before activity, after activity, after returning activity, after throwing activity)
The advice implementation name.
Whether the advice implementation is synchronous.
The data access mode (for example, read-only, read-write)
READ-ONLY, READ-WRITE
Whether the advice instance is capable of hibernating jobs.
Output Example