Documentation
Workflow Execution Service (WES)
Components
Create Run

WES Create Run Component

Beta
0.1.1
<ecc-client-ga4gh-wes-create-run/>
ECCClientGa4ghWesCreateRun

Overview

The WES Create Run component is designed to create workflow runs using the Workflow Execution Service (WES) API. It provides a user-friendly interface for submitting new workflow executions within a WES-compliant environment.

Preview

Examples

Basic Usage

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

Properties

PropertyRequiredDefaultTypeDescription
baseURLfalsehttps://prowes.rahtiapp.fi/ga4gh/wes/v1StringBase URL for the WES API

baseURL

The baseURL property specifies the base URL for the WES API. The component will append /runs to this URL to form the complete endpoint for creating a workflow run.

Elixir Cloud & AAICloud SDKElixir

Released under Apache 2.0 License.

Copyright © 2023-2024 ELIXIR