woolplatform / wool

The WOOL dialogue language description and tools.
MIT License
1 stars 0 forks source link

Added WWS Integration with External Var Service #111

Closed hopdenakker closed 2 years ago

hopdenakker commented 2 years ago

With this update you can now configure in WOOL Web Service, e.g.:

woolconfigExternalVariableServiceEnabled=true woolconfigExternalVariableServiceUrl=http://localhost:8080/wool-external-var-service woolconfigExternalVariableServiceAPIVersion=1.0.0

If enabled, everytime a dialogue starts, all variables will be checked with the external variable service whether or not updates are available. If so, these updates will be stored locally and used in the execution of the dialogue.