Fires when an audit trail event that matches certain criteria is reported to the audit trail. Useful when one flow chart needs to wait for other flow charts to reach milestones or for other flow charts to finish.
The properties on this trigger act as search criteria on the audit trail. The wildcard character "*" can be used in any property.
This trigger waits for an audit trail event that matches its properties before firing. When it fires, this trigger returns the details about the specific audit trail event that caused it to fire.
Each time this trigger fires, it returns an audit trail event that is no older than its previous firing's audit trail event.
Properties
Action Name
Sets the action name filter.
Engine Name
Sets the engine name filter.
Event Message
Sets the event message filter.
Event Name
Sets the event name filter.
Namespace
Sets the namespace filter.
Username
Sets the username filter.
Result Properties
timestamp
The moment when the audit trail event was reported.
actionName
The name of the flow chart action, if any, that reported this audit trail event. If there is no action name, the audit trail event was generated from a client, not a flow chart. Is not null.
engineName
The name of the engine that reported this audit trail event.
eventMessage
This audit trail event's message.
eventName
This audit trail event's name.
namespace
The fully-qualified flow chart name, if any, in the hierarchical flow chart namespace that reported this audit trail event. If there is no namespace, the audit trail event was generated from a client, not a flow chart. Is not null.
username
The name of the user, if any, who was logged in when this audit trail event was reported. Is not null.
Comments
Please sign in to leave a comment.