EccClientGa4ghWesRunCreate Component
2.0.0-alpha.1
<ecc-client-ga4gh-wes-run-create/>
ECCClientGa4ghWesRunCreate
Overview
The ecc-client-ga4gh-wes-run-create
component provides a form for submitting new workflow runs to a WES endpoint.
Usage
Basic Create Form
This example shows the basic form for creating a new workflow run.
Properties
Property | Type | Default | Description |
---|---|---|---|
provider | WesProvider | null | Data provider for submitting the run (see Providers) |
Events
Event Name | React Event Name | Detail Type | Description |
---|---|---|---|
ecc-run-submitted | onEccRunSubmitted | { runId: string } | Fired when a workflow run is successfully submitted. |
ecc-run-create-failed | onEccRunCreateFailed | Error | Fired when run submission fails. |