Skip to end of banner
Go to start of banner

Monitor and Troubleshoot Triggered Tasks

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

You can find execution information about your Triggered Tasks on the SnapLogic Dashboard. On Pipeline Tab in the Dashboard, Tasks are designated by the  icon, which you can click to display Task Details. In the Invocation Type selector, you can filter Pipeline executions for Triggered Tasks only by choosing API Calls.

Debugging Mode

To make it easier to debug Triggered Task executions of Pipelines, you can check the Debug option in the Create Task dialog to record the next five invocations of the Task. When enabled, the headers and content from the HTTP request and response are saved in files on SLFS for each invocation.

For example, when using a Triggered Task as a callback URL for another cloud service, enabling debugging lets you view the response that is being sent to the other cloud service. You can view the trace files in the Task Details page. The Open Trace Directory link opens the directory containing all of the trace files for this Task.  You can also search for the files for a particular invocation by clicking the View Trace Files link in the details for that invocation in the execution history.

The Task Details page will display how many debug invocations are left next to the run count. After the five debug invocations have been done, the Task automatically reverts to normal behavior. If you need to continue debugging, you can go back to the Task configuration dialog and re-enable debug-mode.

Task debugging is not yet available for Triggered Tasks invoked through the On-premises or Override URL.

  • No labels