Job

Description

This Task triggers and listens for updates for a workflow running in a piece of third-party infrastructure

Use Cases

TBD

Parameters

TBD

NameData typeRestrictionsExample

Task name

String

N.A.

Send Request

Path

String

/endpoint

Method

String

GET, POST, PUT

JSON Body

Json

Well-formatted JSON

Error handling

API Requests

Orchestra will fail the Task if the response code isn't a 2xx code.

CodeDescriptionHandling

401

Unauthorised

We will raise an error and parse the raw error message from the Stitch response as the Orchestra message

404

Not Found

We will raise an error with the HTTP Reason as the Orchestra message

Other error code

We will raise an error with the HTTP Reason as the Orchestra message

Timeout

We do not expect the usage of this Task to "take a long time". Therefore requests will timeout (and the Task, and Pipeline) will fail if the request takes more than 30 seconds.

Last updated