XESModule for Docker Sample Profile

The XESModule for Docker Sample Profile is located at Edifecs Library and demonstrates the basic usage of XESModule for Docker inside Docker containers. To test this profile with XESModule for Docker, follow the instructions in the Run XESModule for Docker section that already includes a reference to this profile.

At a high level, the profile workflow is the following:

  1. A user passes data (sample 837 Professional transactions) to a container with running XESModule for Docker through a mounted folder.
  2. Inside the container, XESModule for Docker processes the data, generates XData and acknowledgments for good data, and generates reports for bad data.
  3. Processing results are returned from the container through a mounted outbound folder.

Route Structure

Route components description

Component Name Component Type Description
XESModule Inbound FS Inbound The inbound container directory for XESModule for Docker. The directory is mounted to an inbound folder in an underlying operating system.
Generate Xdata and Acks XE Native Performs basic processing of 837P transactions. The component generates XData and acknowledgments for good data and generates reports in case of errors.
XESModule Outbound FS Outbound Stores processing results in a container directory. The directory is mounted to an outbound folder in an underlying operating system.