Installing the Reltio Workflow Adapter
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}}
reltio.admin.userName={{admin username}}
reltio.admin.password={{admin password}}
reltio.grant_type=client_credentials
#DB configs
db.driverClassName=com.mysql.jdbc.Driver
db.url=jdbc:mysql://localhost:3306/custom_workflow
db.username=custom_workflow
db.password=custom_workflow
#Retry interval for business process data
bpdata.retry.interval=30
#GBQ configs
gbq.on=false
#Jars
#custom.jar.location = location for custom jars
custom.jar.location=C:/Reltio/jars
# Email configuration with TLS encryption, could be empty if sending notifications is not needed
smtp.server.host=smtp server address
smtp.server.port=25
smtp.server.username=
smtp.server.password=
smtp.server.from=
# Other
stacktrace.enabled=true
dcr.processtype=dataChangeRequestReview
xxx-client_true=off
job.syncup.user.cache.interval.in.minutes=1
access.roles.cache.enabled = true
##Logging
SYSOUT_LOG_TARGET=sysout
DISTRIBUTED_LOG_LEVEL=DEBUG
DISTRIBUTED_LOG_SERVICE=workflow-adapter
DISTRIBUTED_LOG_DISABLE_LOCAL_LOGGING=false