Icon

05.Workflow Service 1 Form Update

This workflow receives a form entry by the 01.Form workflow and appends it to the form.csv file.

Part 5 - Best Practices

Workflow Service 1. Form Update

Workflow description: This workflow receives a form entry from the 01.Form workflow and appends it to the form.csv file. Possible errors are handled by a Try-Catch block: in case of failure of the writing process, this workflow produces a success=0 flag.


This workflow is finalized and doesn't have exercises.

Executed by:

CALLER WORKFLOW
(01.Form)
Input Table
Control Execution via Try-Catch block
Success flag
Output success flag
success=0
Variable Creator
Append entry to form.csv
sample table
Table Reader
form table
Workflow Input
Try (Data Ports)
send success flag to caller workflow
Workflow Output
Catch Errors (Var Ports)
success=1
Variable Creator

Nodes

Extensions

Links