Export Module Into Zip File Return Path
- 17 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Export Module Into Zip File Return Path
- Updated on 17 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 Export Module Into Zip File Return Path step will export the module into a zip file and return the full file path of the zip file.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Module Name | The desired name of the Module to export | String |
Outputs
Property | Description | Data Type |
---|---|---|
Output | The file path of the zip file | String |
Example Inputs and Outputs
Module Name | Output |
---|---|
ProjectA | C:\Program Files\Decisions\Decisions Server\Instances\Control\Export\Downloads\ProjectA-17012023-111347.zip |
Null | EXCEPTION MESSAGE |
Empty | EXCEPTION MESSAGE |
Common Errors
Value cannot be null
If the Module Name field is null, the step will cause an error.
To correct this, enter or map a value to the Module Name field.
Exception Message:
Exception Stack Trace: DecisionsFramework.Design.Flow.ErrorRunningFlowStep: Error running step Export Module Into Zip File Return Path 1[ExportModuleIntoZipFileReturnPath] in flow [Flow 1]: Exception invoking method ExportModuleIntoZipFileReturnPath on class ImportExportSteps
---> DecisionsFramework.LoggedException: Exception invoking method ExportModuleIntoZipFileReturnPath on class ImportExportSteps
---> System.ArgumentNullException: Value cannot be null. (Parameter 'input'
at System.Text.RegularExpressions.ThrowHelper.ThrowArgumentNullException(ExceptionArgument arg
at DecisionsServiceHost.Modules.ModulesHelper.RemoveReservedFileChars(String filename
at DecisionsFramework.ServiceLayer.Services.ImportExport.ImportExportSteps.ExportModule(String moduleName, Boolean onlyChanged
at DecisionsFramework.ServiceLayer.Services.ImportExport.ImportExportSteps.ExportModuleIntoZipFileReturnPath(String moduleName)
--- 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 ---
Incorrect Parameter Count, Data Not Mapped Correctly
If the Module Name value is empty, the step will cause an error.
To correct this, enter or map a value to the Module Name field.
Exception Message:
Exception Stack Trace: DecisionsFramework.Design.Flow.ErrorRunningFlowStep: Error running step Export Module Into Zip File Return Path 1[ExportModuleIntoZipFileReturnPath] in flow [Flow 1]: Incorrect Parmater Count, Data Not Mapped Correctly
---> DecisionsFramework.LoggedException: Incorrect Parmater Count, Data Not Mapped Correctly
---> System.Reflection.TargetParameterCountException: Parameter count mismatch. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture
at DecisionsFramework.Design.Flow.StepImplementations.InvokeMethodStep.Run(StepStartData data)
--- 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?