galaxyproject / galaxyproject/gxadmin
Return the number of workflow invocations given a workflow
Open
feature request
- Dominant language
- Shell
- Stars
- 24
- Forks
- 30
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 5
Description
Something like:
```
select count(*) from workflow_invocation where workflow_id in (select id from workflow where uuid in (select uuid from workflow where stored_workflow_id = ));
```
Or we can also use the encrypted workflow_id.
credits to @natefoo for the query ...
Contributor guide
Assessment
This issue has not been assessed yet.