Function startTask

  • Starts the specified task.

    Parameters

    • id: string

      The task's unique identifier.

    • query: { source?: string }

      an object with query parameters

      • Optionalsource?: string

        Indicates the origin of the trigger. If not provided, defaults to 'manual'. For event-triggered tasks, this can be the name of the triggering task.

    • Optionaloptions: ApiCallOptions

    Returns Promise<StartTaskHttpResponse>

    StartTaskHttpError