Forum Discussion

ryagnik's avatar
ryagnik
New Contributor
7 years ago

API for task scheduling

we have a need here where we need to allow a task schedule change from external application, does snaplogic supports such requests ? is there any API available to change the task schedule ?

Mostly schedule change will encompass following -

  • task schedule date time change
  • task enable / disable
  • define new task with schedule for deployed pipeline

Any help is much appreciated here…

7 Replies

  • cstewart's avatar
    cstewart
    Former Employee

    The SnapLogic Metadata Snap pack provides the ability to manipulate the defined tasks, including enabling/disabling, changing the schedule, and even creating new.
    Build your pipelines to do the functions you want using the Metadata Snaps and turn them into APIs by creating triggered tasks.

    • ryagnik's avatar
      ryagnik
      New Contributor

      I cant find enough on documentation, do you have sample pipeline to change the schedule of task ? that will be very helpful here.

      As always thank you for your help …

      • ryagnik's avatar
        ryagnik
        New Contributor

        Thanks I was able to solve the issue, please mark it as resolved.

  • dmiller's avatar
    dmiller
    Former Employee

    I’m looking to see if there are any requests submitted already for this.

    You can enable/disable tasks using the metadata Snaps though as shown in the pattern Enable or disable a task.

    • ryagnik's avatar
      ryagnik
      New Contributor

      thanks for enable / disable functionality but scheduling using api is our main deliverable here.