We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a run is finished instead of using a POST to finish.php, use GET. This will show the workflowid in the url.
It is hard to find the ID when a job is finished.
The text was updated successfully, but these errors were encountered:
Fixes #1659, now uses GET to switch to 08-finish.php which will put t…
7fb9ee3
…he workflowid in the url.
@bcow pull request should make it so you can see the workflowid in the URL when job is finished.
Sorry, something went wrong.
robkooper
No branches or pull requests
When a run is finished instead of using a POST to finish.php, use GET. This will show the workflowid in the url.
Description
It is hard to find the ID when a job is finished.
Context
Possible Implementation
The text was updated successfully, but these errors were encountered: