Store Input Data Route

This subroute stores the original data to a file system folder and sends back the input data to the parent routes.

Route Components Description

Component Name Component Type Description
Inbound Parent Route Input Picks up the input data from the parent routes.
Check SaveSourceFile Router Checks to see whether or not input data should be stored based on a value of the property SaveSourceFile set in Environment of the profile. By default, SaveSourceFile = false.
Store input data to data repository File System Outbound Stores the input data to the file system at the following location: ${XESFHIRWorkspace}/tracking. The file stored in this location can be accessed through Visualizer Server.
Source Parent Route Outbound Sends back the input data to the parent routes.