This section provides a sample Remediation.properties file for reference purposes.
# Remediation Service Properties, Version 1.0, March 18, 2014 - current May 20, 1921 # The Remediation Service Http Listener port number http.port=9280 # test UI document root. Users are recommended to update with their test scenarios. http.docroot=C:/OPMC_Home/Workflow/omni_home/ui # system used sql queries. Do NOT change. workflow.sql=C:/OPMC_Home/Workflow/omni_home/sql/ # the domain translator http url. Change to the one you want to invoke. flow.domain.url=http://localhost:8080/OmniDomain/v2/workflow.svc/translate/domain # the default case owner. workflow.case.owner=colin@ibi.com # the dictionary file location workflow.route.file=C://OPMC_Home/Workflow/omni_home/dictionary/MyOmniWorkflow.xml # the scxml file location. # flow.scxml.cleansingurl=file:///C:/Remediation/config/scxml/cleansing.scxml # flow.scxml.matchingurl=file:///C:/Remediation/config/scxml/matching.scxml # flow.scxml.generalurl=file:///C:/Remediation/config/scxml/general.scxml workflow.cleansing=cleansing.scxml workflow.matching=matching.scxml workflow.general=general.scxml # the email smtp server url flow.smtp.url=ibismtp.ibi.com # email sender flow.email.sender=no_reply@ibi.com # GlassFish jndi values (context is empty) # workflow.db.jndi=jdbc/Omni-WorkflowGlassFish # workflow.db.context= # Tomcat jndi values (context is empty) # workflow.db.jndi=java:comp/env/jdbc/Omni-WorkflowTomcat # workflow.db.context=com.ibi.jndi.XDInitialContextFactory # iSM jndi values--- The Tomcat data source is not work, so use ISM data provider until the issue resolved. workflow.db.jndi=jdbc/Omni-Workflow workflow.db.context=com.ibi.jndi.XDInitialContextFactory # workflow file path workflow.path=C:/OPMC_Home/Workflow/omni_home/ # wso2 connection wso2.user.url=https://omnihf.ibi.com:9443/wso2/scim/Users wso2.groups.url=https://omnihf.ibi.com:9443/wso2/scim/Groups wso2.user=admin wso2.password=admin
# integration layer http url call action.ActionSubmitMatching.url=http://localhost:6199/remediation/MatchOverride action.ActionSubmitMatching.method=POST action.ActionSubmitCleansing.url=http://localhost:6199/remediation/PropertyOverride action.ActionSubmitCleansing.method=POST # FindGroupSupervisor properties action.FindGroupSupervisor.groupname=Supervisor action.FindGroupSupervisor.groupprefix=group. # # Send to TFS properties action.SendToTFS.url=http://omniretail:8080/tfs/OmniTest action.SendToTFS.username=administrator action.SendToTFS.password=iway45! action.SendToTFS.project=TestTeamProject action.SendToTFS.template=C:/OPMC_Home/Workflow/omni_home/templates/TFS_description.txt # removed 05-20 C:/Remediation/config/workflows/templates/TFS_description.txt action.SendToTFS.type=Task