Task execution service (TES)
TES components
Create Run

TES Create run

This component is used to create task runs using TES API.

👀

Might wanna take a look at the POST (opens in a new tab) endpoint.

Preview

🕵️‍♀️

Be mindful of the fields, we have client side data validation, but keep the data schema/data types in mind while filling to avoid retries.

Imports

import ECCClientGa4ghTesCreateRun from '@elixir-cloud/tes/dist/react/create-run/index';

Example

ECCClientGa4ghTesCreateRun
import React from 'react';
import ECCClientGa4ghTesCreateRun from '@elixir-cloud/lit/dist/react/create-run/index';
 
export default function CreateRun() {
  return <ECCClientGa4ghTesCreateRun />;
}

Properties

PropertyRequiredDefaultTypeDescription
baseURLfalsehttps://protes.rahtiapp.fi/ga4gh/tes/v1StringBase URL

baseURL

This property is used to give POST endpoint to create Task run. The provided baseURL is concatenated with /runs and is used as an endpoint to create a POST request.

Parts

😙
Almost done, hold your horses 🏇!
;