I want to run my workflow locally in Docker before deployment to Cloud. We have purchased a Cloud license and I have used Variables. However, these are not set, and cannot be set locally without an Enterprise licence.
I set the values as follows, with a hardcoded test value.
Unfortunately custom variables are not available on the community edition.
One work-around though, could be to use a “Set” node at the start of your workflow to define common variables. This is not recommended though for sensible data like credentials.
Thank you for the reply. I created a “set” node using the similar principal to set the variables using the expression. I chose simplicity albeit a more untidy hard-coded solution.
Im still discovering so I expected the principle of workflow-test in the webhooks to apply across all nodes. Which is why I thought I’d missed something.
Understandably, from a business perspective, it all point to subscribing to the enterprise version, though I thought subscribing to cloud would offer some extended features especially for testing.