This directory contains 9 workflows.
Below is a summary of the orchestration schema, together with workflow services eventually called by a workflow. Notice that each workflow has a different […]
This workflow builds a one page data app containing a form that collects user information and feedback. The data are then sent to a workflow service that […]
This workflow reads the feedback collected via a user form during the previous days. It calculates the sentiment of the new feedback and adds it to the […]
This workflow reads - The new feedback and its calculated sentiment. - The list of user who opted-out of receiving emails and generates a recap report […]
This workflow performs the update of the list of users who decided to opt-out of receiving emails. Assume that the list is updated once day by an external […]
This workflow receives a form entry by the 01.Form workflow and appends it to the form.csv file. Possible errors are handled by a Try-Catch block: in case […]