Business Process Automation

Agent Actions Power Data

This page is accessed via Business Process Automation > Power Data > Event Management > Agent Actions.

Use this page to review the details of an agent action. This menu option displays the actions that you can use in automation agents. You cannot add or edit agent actions.

Viewing Agent Actions

  • The Action Topic Class file is the Java class file containing the logic for the action.
  • Compatible Agent Event Class if specified, the action is available in the drop-down list on the Agent Action selection screen for the Agent manager only if the agent event for the corresponding class has been selected as one of the events to which the agent listens.
  • The Agent Type is the business object to which the agent action applies.
  • App Action ID indicates whether the action is available in the Data Type Association drop down list on the agent action selection screen of the agent manager.
  • For Related Objects indicates whether the action is available in the data type association drop down list on the Agent Action selection screen of the Agent manager.
  • Pre-Persistence Compatible indicates whether the agent action can be used in an agent listening to pre-persist events.
  • Post Persistence Compatible indicates whether the agent action can be used in an agent listening to post-persist events.
  • Post Removal Compatible indicates whether the agent action can be used in an agent listening to post-removal events. An example of such an event is the post-persist version of the shipment removed event.
  • Audit Action IDs are created for actions, agent actions and process managers so they can be monitored by action checks.

Monitoring

  • Long Running Task: The action may be marked as long-running.
  • Interruption Support: Indicates if the action is interruptible.
  • Interrupt on SQL: If selected, the action automatically checks for interruption whenever a SQL query, insert, update, or delete runs.

Related Topics