Get Export Module Data
  • 19 Jan 2023
  • 1 Minute to read
  • Dark
    Light

Get Export Module Data

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version5.12.0
LocationSystem > Advanced > Import - Export

The Get Export Module Data will return a list of the entity module data from the specified entity. 



Properties

Inputs

PropertyDescriptionData Type
IdThe Id of the desired entityString
Type NameThe full type name of the specified entity (i.e. DecisionsFramework.ServiceLayer.Services.ConfigurationStorage.ElementRegistration)String

Outputs

PropertyDescriptionData Type
OutputList of data from the exported modulesList of ExportModuleData

Example Inputs and Outputs

IdType NameOutput
08da8a8a-94cc-89d0-1f24-2221f001a480
DecisionsFramework.ServiceLayer.Services.ConfigurationStorage.ElementRegistration
List of Export Module Data
NullDecisionsFramework.ServiceLayer.Services.ConfigurationStorage.ElementRegistration
EXCEPTION MESSAGE
08da8a8a-94cc-89d0-1f24-2221f001a480
EmptyEXCEPTION MESSAGE


Common Errors

type '' was not found

If the Type Name is null or empty, the step will cause an error.

To correct this, enter or map the correct value.

Exception Message:

Exception Stack Trace: DecisionsFramework.Design.Flow.ErrorRunningFlowStep: Error running step Get Export Module Data 1[GetExportModuleData] in flow [Flow 6]: Exception invoking method GetExportModuleData on class ImportExportSteps
 ---> DecisionsFramework.LoggedException: Exception invoking method GetExportModuleData on class ImportExportSteps
 ---> DecisionsFramework.LoggedException: type '' was not found 
at DecisionsFramework.ServiceLayer.Services.ImportExport.ImportExportSteps.GetExportModuleData(String id, String typeName)
   --- End of inner exception stack trace --- at DecisionsFramework.Design.Flow.StepImplementations.InvokeMethodStep.Run(StepStartData data
 at DecisionsFramework.Design.Flow.FlowStep.RunStepInternal(String flowTrackingID, String stepTrackingID, KeyValuePairDataStructure[] stepRunDataValues, AbstractFlowTrackingData trackingData
 at DecisionsFramework.Design.Flow.FlowStep.Start(String flowTrackingID, String stepTrackingID, FlowStateData data, AbstractFlowTrackingData trackingData, RunningStepData currentStepData)
   --- End of inner exception stack trace ---


entity '' of type 'DecisionsFramework.ServiceLayer.Services.ConfigurationStorage.ElementRegistration' was not found

If the Type Name is null or empty, the step will cause an error.

To correct this, enter or map the correct value.

Exception Message:

Exception Stack Trace: DecisionsFramework.Design.Flow.ErrorRunningFlowStep: Error running step Get Export Module Data 1[GetExportModuleData] in flow [Flow 6]: Exception invoking method GetExportModuleData on class ImportExportSteps
 ---> DecisionsFramework.LoggedException: Exception invoking method GetExportModuleData on class ImportExportSteps
 ---> DecisionsFramework.LoggedException: entity '' of type 'DecisionsFramework.ServiceLayer.Services.ConfigurationStorage.ElementRegistration' was not found 
at DecisionsFramework.ServiceLayer.Services.ImportExport.ImportExportSteps.GetExportModuleData(String id, String typeName)
   --- End of inner exception stack trace --- at DecisionsFramework.Design.Flow.StepImplementations.InvokeMethodStep.Run(StepStartData data
 at DecisionsFramework.Design.Flow.FlowStep.RunStepInternal(String flowTrackingID, String stepTrackingID, KeyValuePairDataStructure[] stepRunDataValues, AbstractFlowTrackingData trackingData
 at DecisionsFramework.Design.Flow.FlowStep.Start(String flowTrackingID, String stepTrackingID, FlowStateData data, AbstractFlowTrackingData trackingData, RunningStepData currentStepData) 
--- End of inner exception stack trace —




Was this article helpful?