Configurations
Learn how to use configurations in Laminar
Last updated
Was this helpful?
Learn how to use configurations in Laminar
Last updated
Was this helpful?
A common pattern in building integrations is validating them across different settings, environments or even customer profiles. For example, you may want to validate an integration using test credentials. In Laminar, this is handled by configuration stores.
With configuration stores, users can create different configurations and choose a specific configuration to execute a workflow.
The first step is to create key-value configuration pairs
Configuration keys are case-sensitive.
When you need to use configuration variables within your workflow steps definition, use the following format:
Example:
In order to execute a workflow with a specific configuration, you need to add the configuration id to the workflow execution url. Refer to the example below: