public interface CreatePackageService
Modifier and Type | Method and Description |
---|---|
File |
createLogsPackageForApplication(String application)
Creates a zip file containing csv dump from the database, that has all logs stored for a given application.
|
File |
createLogsPackageForConnection(String workflowExecutionId,
String scenarioExecutionId,
String connectionId)
Create package for a given connection that was used during a scenario execution
The package has the following structure:
{connection_name}_logs.csv
{connection_name}_errors.csv
{connection_name}_metadata.json
|
File createLogsPackageForConnection(String workflowExecutionId, String scenarioExecutionId, String connectionId)
workflowExecutionId
- workflow execution IDscenarioExecutionId
- scenario executino IDconnectionId
- connection IDFile createLogsPackageForApplication(String application)
application
- Application for which the dump should be performedCopyright © 2020. All rights reserved.