EccClientGa4ghWesRun Component
2.0.0-alpha.1
<ecc-client-ga4gh-wes-run/>
ECCClientGa4ghWesRun
Overview
The ecc-client-ga4gh-wes-run
component displays the detailed information and status of a single workflow run.
Usage
Basic Run Details
This example shows the details for a specific workflow run ID.
ℹ️
The preview above uses a fixed runId
. Since the WES instance is not production ready, this run may not exist.
Properties
Property | Type | Default | Description |
---|---|---|---|
runId | string | "" | ID of the workflow run to display details for. |
provider | WesProvider | null | Data provider for fetching run data (see Providers) |
Events
Event Name | React Event Name | Detail Type | Description |
---|---|---|---|
ecc-run-log-changed | onEccRunLogChanged | { runId: string, runLog: object } | Fired when the run log data is fetched or updated. |