Workflow execution service (WES)
WES components
Create Run

Wes Create Run Component

This component is used to create workflow runs using WES API.

Preview

Imports

import ECCClientGa4ghWesCreateRun from '@elixir-cloud/wes/dist/react/create-run/index';

Example

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

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.

🌝

Wanna change it and try, maybe locally deploy proWES (opens in a new tab)!, to change, pass the baseURL as http://localhost:8090 to the component.

🚨

proWES is still in beta, many of its feature are yet to be stable.

Parts

👩‍🏭
Hold on! We are working here.
;