lalitadithya / automate-anything-and-everything

A simple, easy to use, cloud native serverless automation framework built on Azure
MIT License
1 stars 0 forks source link

Modify worker image to report the result of the task to the task orchestrator #25

Closed lalitadithya closed 4 years ago

lalitadithya commented 4 years ago

Right now the worker image just runs the script, it does not report the result of the task. We need to be able to react to the result of a task (i.e., send a message to the user).