[DW-1521] added message-events api methods (#5146)

* added message events api

* added export

* added the getProcessInstance method in the queryservice

* added form-cloud.service with method to submit the form.

* added form-cloud.service with method to submit the form.

* returning the error instead of throwing, which can be used in expected negative api assertions in the test.

* added getTaskByNAme method to filter a task by unique task-name within a process-instance

* linting fix

* made correlation key as optional parameter

* removed the unnecessary tslint disable statements

* removed the unnecessary tslint disable statements and reverted the throw error statement

* logging response is not needed

* added return type

* added return type
This commit is contained in:
Geeta Mandakini Ayyalasomayajula
2019-10-16 21:18:07 +01:00
committed by Eugenio Romano
parent 6389019561
commit 313e535b8d
7 changed files with 185 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
*/
export * from './lib/core/public-api';
export * from './lib/form-cloud/public-api';
export * from './lib/material/public-api';
export * from './lib/content-services/public-api';
export * from './lib/material/public-api';