Table of Contents |
---|
...
The HTTPRestHandler and RunSqlScriptHandler need parameters like user, password, and hostname. This information can be defined globally in the tim.properties and can be reused in all processes which use the appropriate ActionHandler. If a user, password, or host change is required, then this can be changed globally in the tim.properties. This will affect all processes which use the parameters defined in the tim.properties.
...
Code Block | ||
---|---|---|
| ||
ext.api-user=John.Doe ext.api-pass=specialPW ext.api-url=https://yourcompanyserver.com/ ext.api-repository=Repo123 ext.filter=Object:BPMN |
Info |
---|
Only letters, numbers and “-” are allowed in properties and all letters have to be lower case! |
...
Reuse global parameters in an ActionHandler
...