Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Agent Message Events

There are no message events for this agent.

Debug Events

Debug messages are dispatched in debug mode. During execution, the messages are displayed in the Workflow Monitor.

You can configure Event Notifications that are triggered when a debug message is dispatched. For further information about the debug event type, see Debug Event.

The agent produces the following debug events:

  • SQL: sql-statement

    Info
    titleExample - SQL debug event

    SQL: INSERT INTO test_table (NUM, DATA) VALUES (?, ?)

    The debug message is sent when the SQL agent creates its SQL string to send to the database.