Hi everyone, can someone tell me how to put activiti's log workflow that you can know where your process is false(just to debug your java code in a service task for example) ?
I have a logging.properties in tomcat\webapps\activiti-app\WEB-INF\lib but i dont know what to touch .
check {activiti_install_dir}/tomcat/logs/localhost{date}.txt for logs related to activiti. Activiti uses Log4J framework so you need to fetch a Logger from LoggerFactory after your class declaration.