Get Export Module Data
- 19 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Get Export Module Data
- Updated on 19 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 5.12.0 |
Location | System > Advanced > Import - Export |
The Get Export Module Data will return a list of the entity module data from the specified entity.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Id | The Id of the desired entity | String |
Type Name | The full type name of the specified entity (i.e. DecisionsFramework.ServiceLayer.Services.ConfigurationStorage.ElementRegistration) | String |
Outputs
Property | Description | Data Type |
---|---|---|
Output | List of data from the exported modules | List of ExportModuleData |
Example Inputs and Outputs
Id | Type Name | Output |
---|---|---|
08da8a8a-94cc-89d0-1f24-2221f001a480 | DecisionsFramework.ServiceLayer.Services.ConfigurationStorage.ElementRegistration | List of Export Module Data |
Null | DecisionsFramework.ServiceLayer.Services.ConfigurationStorage.ElementRegistration | EXCEPTION MESSAGE |
08da8a8a-94cc-89d0-1f24-2221f001a480 | Empty | EXCEPTION 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?