Icon

Session 4 - Orchestration

This directory contains 12 workflows.

Icon00.Orchestration - Exercise 

The workflows in this workflow group create a complete, deployable application for collecting and analyzing user feedback. - The data collection is […]

Icon01.Form_​Data_​App 

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 […]

Icon02.Feedback_​Analyzer 

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 […]

Icon03.Generate_​Daily_​Recap_​Report 

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 […]

Icon04.Email_​unsubscribers_​update 

There has been no description set for this workflow's metadata.

Icon05.Workflow_​Service_​1_​_​Form_​Update 

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 […]