Installing the Reltio Workflow Adapter
Learn how to install and start the Reltio Workflow Adapter locally so that you can test workflows in a self contained environment.
The app.properties
file is displayed as follows:
##Reltio configs
reltio.auth.server.url=https://auth.reltio.com
reltio.auth.client.id={{reltio auth client id}}
reltio.auth.client.secret={{reltio auth client secret}}
#URL to the Reltio notification service to send emails for task creation, reassignment, or similar workflow events
reltio.notification.url=https://notification.reltio.com
#DB configs
db.driverClassName=com.mysql.jdbc.Driver
db.url=jdbc:mysql://localhost:3306/custom_workflow
db.username=custom_workflow
db.password=custom_workflow
#GBQ configs
gbq.on=false
#Jars
custom.jar.location=C:/Reltio/jars
# Other
stacktrace.enabled=true
##Logging
SYSOUT_LOG_TARGET=sysout
DISTRIBUTED_LOG_LEVEL=DEBUG
DISTRIBUTED_LOG_SERVICE=workflow-adapter
DISTRIBUTED_LOG_DISABLE_LOCAL_LOGGING=false