galaxyproject / galaxyproject/gxadmin

Return the number of workflow invocations given a workflow

Open
#179 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.