Export Workflow Properties Workflow Operation
ID: export-wf-properties
Description
The export workflow properties operation can be used to export workflow properties to a Java properties file. Those properties can later be imported using the import workflow properties operation.
Parameter Table
Configuration Key | Example | Description |
---|---|---|
target-flavor* | processing/defaults | The flavor to apply to the exported workflow properties |
target-tags | archive | The tags to apply to the exported workflow properties |
keys | variableName1, variableName2 | The workflow property keys that need to be persisted. If the option is not specified, all defined properties should be persisted. |
* mandatory configuration key
Operation Example
- id: export-wf-properties
description: Export workflow settings to Java properties file
configurations:
- target-flavor: processing/defaults
- target-tags: archive