Including Maps and Files that are Dependencies of a Flow

When executing a flow from the design server, it is possible that the flow relies on internal dependencies. These dependencies need to be explicitly defined through specially formatted statements within the flow description.

In cases where a map node executes a map using the RUN function to call other maps, you must reference these additional maps in the flow description using the following format:
@packagemap=[map folder]/mapname
Furthermore, if a map node uses a map or run map that necessitates a specific file on its input card, you can incorporate the required file into the deployment process using the following notation:
@packagefile=<file path>
Both files and maps can be grouped into a package, and then you can reference this package using:
@package=<package name>
Note: It is important to observe that all "@package*=" statements, when added to the flow description, must each be on a new line. These measures ensure that all essential dependencies are correctly included and referenced when executing the flow from the design server.