EccClientGa4ghWesRuns Component
2.0.0-alpha.1
<ecc-client-ga4gh-wes-runs/>
ECCClientGa4ghWesRuns
Overview
The ecc-client-ga4gh-wes-runs
component displays a table of workflow runs from a GA4GH Workflow Execution Service (WES). It includes features like pagination and status filtering.
Usage
Basic Run List
This example shows a basic list of workflow runs.
Properties
Property | Type | Default | Description |
---|---|---|---|
provider | WesProvider | null | Data provider for fetching workflow runs (see Providers) |
Events
Event Name | React Event Name | Detail Type | Description |
---|---|---|---|
ecc-run-selected | onEccRunSelected | { runId: string } | Fired when a user clicks on a workflow run row |