Versions Compared

Key

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

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

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 you use a Triggered Task as a callback URL for another cloud service, enabling debugging lets you we recommend that you enable debugging to view the response that is being sent to the your other cloud service.


You can view the trace files in the Task Details page.

Image Added

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 In Manager, you can check how many debug invocations are left next to the run count. remain by viewing the details page for a Task. 

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.

...