clamp-orchestrator / clamp-core

A microservices flow orchestrator and workflow manager.
https://clamp-orchestrator.github.io/clamp-orchestrator/
MIT License
9 stars 4 forks source link

Changes for handling error from function calls #102

Open sivachandran opened 3 years ago

sivachandran commented 3 years ago

Function call errors were not handled in the implementation in multiple places. The changeset handles the error by propagating to the caller function or logging the error in error level.

The tests are run to make sure there is no functionality broken by the changes.

Addresses #98