On Finish
To support any type of Ephemeral Task, WXET allows configurable options for what actions to take when a Task is Finished. A "finish" can be any outcome, so there are (1) Complete, (2) Fail, (3) Abandon, and (4) Timeout specific onFinish events that could be executed.
A redirect cannot be defined, because all Respondent's redirects will automatically be handled by WXET's Supplier Network. This insures that when you send a User back to WXET, they are sent along to the Panel, App, or other landing page for the Supplier that they came from.
Any of the defined Callbacks allow for various forms of tracking, notifications, server-side validation, or other actions to be taken. For example, your Survey Hosting platform, may only support redirects when a survey is completed. Defining a Complete onFinish can issue a POST with Task outcome information to a service like MixPanel or Datadog.
Examples coming soon..