# workflow-variable-externalizer **Repository Path**: mirrors_adobe/workflow-variable-externalizer ## Basic Information - **Project Name**: workflow-variable-externalizer - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-22 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Forms UserMetadata External Persistence Provider This repository hosts a sample implementation of the workflow API UserMetaDataPersistenceProvider that is used to store workflow variables in a customer owned/managed Azure blob storage. The sample should be considered as a guide to store variables from workflow metadata map to any external storage of choice. ## How to build To build all the modules run in the project root directory the following command with Maven 3: mvn clean install To deploy the bundle and the content package to author, run mvn clean install -PautoInstallPackage Or to deploy only the bundle to the author, run mvn clean install -PautoInstallBundle ### How to use To use the sample, it is required to initialize the properties like Azure storage account, account key, protocol, container name in the externalizer OSGI configuration file in the ui.config content package. ### Licensing This project is licensed under the Apache V2 License. See [LICENSE](LICENSE) for more information.