-
Notifications
You must be signed in to change notification settings - Fork 4
AC-487-get-triggered-workflows-by-payload-api-endpoint #405
New issue
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
AC-487-get-triggered-workflows-by-payload-api-endpoint #405
Conversation
tests/IntegrationTests/WorkflowExecutor.IntegrationTests/Features/WorkflowInstancesApi.feature
Outdated
Show resolved
Hide resolved
tests/IntegrationTests/WorkflowExecutor.IntegrationTests/Features/WorkflowInstancesApi.feature
Outdated
Show resolved
Hide resolved
...sts/WorkflowExecutor.IntegrationTests/StepDefinitions/WorkflowInstancesApiStepDefinitions.cs
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## develop #405 +/- ##
===================================================
+ Coverage 56.96598% 57.02827% +0.06228%
===================================================
Files 125 125
Lines 15669 15708 +39
Branches 1661 1664 +3
===================================================
+ Hits 8926 8958 +32
- Misses 6470 6477 +7
Partials 273 273
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Does this support the ability to disable pagination? I think Aide need the list of workflows all in one call. This could be done with another query param |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this support the ability to disable pagination? I think Aide need the list of workflows all in one call. This could be done with another query param
5910f14
to
89cf1b3
Compare
5e0b45d
to
1378d51
Compare
Adding integration tests to this |
1378d51
to
66f8aba
Compare
790d5a5
to
be743ee
Compare
Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com> Signed-off-by: Jack Schofield <jack.schofield@answerdigital.com>
Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com> Signed-off-by: Jack Schofield <jack.schofield@answerdigital.com>
Signed-off-by: Jack Schofield <jack.schofield@answerdigital.com>
Signed-off-by: Jack Schofield <jack.schofield@answerdigital.com>
Signed-off-by: RemakingEden <joss.sparkes@gmail.com> Signed-off-by: Jack Schofield <jack.schofield@answerdigital.com>
a832ab5
to
6962d36
Compare
SonarCloud Quality Gate failed. |
Description
Ability to list Workflow Instance's for a given PayloadId
Also Fixes #411
Status
Ready
Types of changes
Additional
Example requests:
http://localhost:5000/workflowinstances?payloadId=b732a1bc-aab6-45ce-a690-0ea6b9f86e17
http://localhost:5000/workflowinstances?status=created&payloadId=b732a1bc-aab6-45ce-a690-0ea6b9f86e17
http://localhost:5000/workflowinstances?status=created&payloadId=b732a1bc-aab6-45ce-a690-0ea6b9f86e17&pageSize=1000001
Example Response: