Versions Compared

Key

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

Table of Contents
maxLevel2

Invoking a Pipeline through a Triggered Task

The SnapLogic Platform offers various ways to run Tasks. Because Triggered Tasks are a convenient way to give API consumers a URL to invoke a Pipeline without actually granting them access to the SnapLogic Platform, you should consider how and where the Task is executed.

Info

The cloud URL for a Triggered Task running on a Groundplex does not support asynchronous Pipeline execution.


You can invoke a Triggered Task using one of the following methods.

...

  1. In Manager, navigate to the target Task, and click  to display the dropdown list, then click Details
    Image Removed
    open the context menu:  
    Image Added

  2. Click Details.
  3. Click Execute for the URL to run the Pipeline (you may be prompted to log in).
    Image RemovedImage Added

    Alternatively, you can click  to copy the URL, and then paste it into a browser.

    Info

    Executing the Task by clicking Execute in Manager automatically picks up the authentication credentials.

    Multiexcerpt include macro
    nameDuplicate Executions
    pageCreating Scheduled Tasks


...

  • In your browser window, copy and paste the URL generated for the target Task.

    Info
    titleAuthentication

    The external URL created for a task requires you to be authenticated with the SnapLogic servers. When using a web browser to access the URL, you might not have to provide credentials since you might already be logged into the Designer. Using other methods to request the Task URL requires you to provide credentials using HTTP Basic Authentication.


  • Alternatively, you can run Tasks from a CLI using Curl commands. 

...

Note

If your account is locked or your password expired, you can still execute Triggered Tasks; however, you cannot invoke SnapLogic Public APIs, and your Scheduled Tasks will fail to execute.

CURL Command Examples of Triggered Tasks

This section covers some examples of using the CURL command-line tool to access Task URLs.  The following are only examples of the syntax and are not functioning URLs.

...