Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
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
languagejs
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

...