onshape/Workflow Information
Output information about the selected workflow and runs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | workflow name | yes | — |
| branch | branch name, use "*" for all branches | yes | — |
| repository | repository name (owner/repo) | yes | — |
| token | token to use for API requests | yes | — |
| conclusion | Output information with workflows filtered by the specified conclusion, one of: action_required, cancelled, failure, neutral, success, skipped, stale, or timed_out. | — | — |
| status | Output information with workflows filtered by status, one of: queued, in_progress, or completed. | — | — |
| job-name | If specified, return the "running-jobs-count" of that job in the selected workflow runs. | — | — |
Outputs
| name | description |
|---|---|
| running-workflows-count | The number of selected workflow runs that are running. |
| running-jobs-count | The number of jobs that are running (status != completed) on the selected workflow runs, filtered by job-name. 0 if job-name not specified. |
| last-build-run-number | The run number of the last build of the selected workflow runs. This includes completed runs. |
| last-build-sha | The commit SHA of the last build of the selected workflow runs. This includes completed runs. |
| workflow-id | The id of the specifed workflow. |