Skip to content
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

Add REST APIs to delete a task #1812

Closed
mauriziovitale opened this issue Mar 12, 2018 · 0 comments
Closed

Add REST APIs to delete a task #1812

mauriziovitale opened this issue Mar 12, 2018 · 0 comments

Comments

@mauriziovitale
Copy link
Contributor

mauriziovitale commented Mar 12, 2018

it should be possible to delete a completed or a standalone task.

I suppose the API should be:

DELETE http://{{domain}}/query/v1/tasks/{taskId}

@constantin-ciobotaru constantin-ciobotaru self-assigned this Mar 13, 2018
@salaboy salaboy added this to the Beta1 milestone Mar 22, 2018
constantin-ciobotaru pushed a commit to AlfrescoArchive/activiti-cloud-runtime-bundle-service that referenced this issue Apr 16, 2018
- fix getTaskById() to throw ResourceNotFoundException when not found
- add "DELETE /v1/tasks/{taskId}" endpont
- add tests for endpoint and service method
- handle engine ENTITY_DDELETED event
- add tests for event hendler
- use TaskStatus enum instead String in Task model
- add tests for TaskConverter

Activiti/Activiti#1812
constantin-ciobotaru pushed a commit to AlfrescoArchive/activiti-cloud-audit-service that referenced this issue Apr 16, 2018
constantin-ciobotaru pushed a commit to AlfrescoArchive/activiti-cloud-query-service that referenced this issue Apr 16, 2018
- add TaskCancelledEvent and TaskCancelledEventHandler
- add tests for TaskCancelledEventHandler

Activiti/Activiti#1812
constantin-ciobotaru pushed a commit to AlfrescoArchive/activiti-cloud-runtime-bundle-service that referenced this issue Apr 17, 2018
- fix getTaskById() to throw ResourceNotFoundException when not found
- add "DELETE /v1/tasks/{taskId}" endpont
- add tests for endpoint and service method
- handle engine ENTITY_DDELETED event
- add tests for event hendler
- use TaskStatus enum instead String in Task model
- add tests for TaskConverter

Activiti/Activiti#1812
constantin-ciobotaru pushed a commit to AlfrescoArchive/activiti-cloud-audit-service that referenced this issue Apr 17, 2018
constantin-ciobotaru pushed a commit to AlfrescoArchive/activiti-cloud-audit-service that referenced this issue Apr 17, 2018
constantin-ciobotaru pushed a commit to AlfrescoArchive/activiti-cloud-runtime-bundle-service that referenced this issue Apr 17, 2018
- fix getTaskById() to throw ResourceNotFoundException when not found
- add "DELETE /v1/tasks/{taskId}" endpont
- add tests for endpoint and service method
- handle engine ENTITY_DDELETED event
- add tests for event hendler
- use TaskStatus enum instead String in Task model
- add tests for TaskConverter

Activiti/Activiti#1812
constantin-ciobotaru pushed a commit to AlfrescoArchive/activiti-cloud-runtime-bundle-service that referenced this issue Apr 17, 2018
- fix getTaskById() to throw ResourceNotFoundException when not found
- add "DELETE /v1/tasks/{taskId}" endpont
- add tests for endpoint and service method
- handle engine ENTITY_DDELETED event
- add tests for event hendler
- use TaskStatus enum instead String in Task model
- add tests for TaskConverter

Activiti/Activiti#1812
constantin-ciobotaru pushed a commit to AlfrescoArchive/activiti-cloud-query-service that referenced this issue Apr 17, 2018
- add TaskCancelledEvent and TaskCancelledEventHandler
- add tests for TaskCancelledEventHandler

Activiti/Activiti#1812
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants