We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Describe the bug The payload of the development server's webhook is not the same as the one from the cloud version.
To Reproduce Steps to reproduce the behavior:
/run
/status/:id
Expected behavior The cloud version returns the followin payload:
{ "delayTime": 4736, "executionTime": 157, "id": "e4616554-495e-4e66-838b-c55f2ea7ecbc-e1", "input": { "id": "Hello World", "tasks": [ { "id": "Hello World", "token": "", "type": "test_success" } ] }, "output": { "results": [ { "success": true } ] }, "status": "COMPLETED", "webhook": "https://webhook.site/XXXX" }
Screenshots The local development server sends the following payload:
{ "output": { "results": [ { "success": true } ] } }
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
justinmerrell
No branches or pull requests
Describe the bug
The payload of the development server's webhook is not the same as the one from the cloud version.
To Reproduce
Steps to reproduce the behavior:
/run
on local development/status/:id
to execute the requestExpected behavior
The cloud version returns the followin payload:
Screenshots
The local development server sends the following payload:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: