Get Module Zip File For Entity
- 13 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Get Module Zip File For Entity
- Updated on 13 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 Module Zip File For Entity step generates a Zip file for a Data Structures, given the input as EntityID. The Zip files primarily get stored at C:\Program Files\Decisions\Decisions Server\Instances\Control\Export\Downloads.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Entity Id | The Id of the desired entity | String |
Outputs
Property | Description | Data Type |
---|---|---|
Output | Zip file for the Entity | String |
Example Inputs and Outputs
Entity Id | Output |
---|---|
08da6f2e-eafc-755c-1f24-2223a4075e85 | C:\Program Files\Decisions\Decisions Server\Instances\Control\Export\Downloads\ProjectA-13012023-035355.zip |
Empty | EXCEPTION MESSAGE |
Null | EXCEPTION MESSAGE |
Common Errors
[BusinessRule] could not find entity
If the entity field is empty or null, an error will occur.
To correct this, ensure that the value is entered or mapped correctly.
Exception Message:
Exception Stack Trace: DecisionsFramework.BusinessRuleException: [BusinessRule] could not find entity
at DecisionsFramework.ServiceLayer.Services.ImportExport.ImportExportSteps.GetModuleZipFileForEntity(String entityid)
Was this article helpful?