EFD Management Configuration – Inbound File Type

<< Click to Display Table of Contents >>

Navigation:  Administration and Configuration > ST_CONFIG Entries > Enterprise Workflow Service > EFD Management >

EFD Management Configuration – Inbound File Type

InboundFileType maps an EDD file name extension to the respective custom client assembly for FileValidate agent and FileProcess agent. While the EDD must be a valid ZIP archive, by renaming the file name extension, the EDD may be designated to a Custom Client Assembly that implements alternate logic. This setting may also be helpful for getting EDDs through mail server configurations that do not allow ZIP archive attachments. This setting is always implemented in record pairs; one for OBJECT_VALUE = 'FileValidate' and one for OBJECT_VALUE = 'FileProcess'.

 

EQuIS Version: 7

 

Namespace: EarthSoft.Workflow.Clients

 

Products Affected: Enterprise

 

Required Modules: Enterprise Workflow Service

 

 

ST_CONFIG

VALUE

REMARK

VALID VALUES

CONFIG_SECTION

efdManagementConfiguration

Required


CONFIG_KEY

inboundFileType

Required


OBJECT_TYPE

<file name extension>

Typically ZIP.
Other values are allowed but the file must still be a ZIP archive.


OBJECT_VALUE

<AgentName>

One record for each of:

FileValidate

FileProcess

STRING_VALUE

<class name>

Choose One respective to the object_value setting.

EarthSoft.Workflow.Clients.Default.DefaultFileValidation

EarthSoft.Workflow.Clients.Default.DefaultFileProcess

Other as directed by EarthSoft.

 

Example: Default Settings

 

CONFIG_SECTION

CONFIG_KEY

OBJECT_TYPE

OBJECT_VALUE

STRING_VALUE

efdManagementConfiguration

inboundFileType

zip

FileValidate

EarthSoft.Workflow.Clients.Default.DefaultFileValidation

efdManagementConfiguration

inboundFileType

zip

FileProcess

EarthSoft.Workflow.Clients.Default.DefaultFileProcess