The latest version of WSO2 BPS 3.5.1, does not provide a mechanism to see the execution flow of BPS process. you can understand the flow enabling debug logs of acitivi engine.
Go to <BPS_HOME>/repository/conf/log4j.properties and add the following
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
log4j.logger.org.activiti=DEBUG | |
log4j.logger.org.activiti.engine.impl.db=INFO | |
log4j.logger.org.activiti.engine.impl.persistence=INFO | |
log4j.logger.org.activiti.engine.impl.cfg.standalone=INFO | |
log4j.logger.org.activiti.engine.impl.interceptor.LogInterceptor=INFO | |
log4j.logger.org.activiti.engine.impl.history.DefaultHistoryManager=INFO | |
log4j.logger.org.activiti.engine.impl.jobexecutor.AcquireJobsRunnable=INFO |
But it provides the current state of execution flow with the instance view of WSO2 BPS
login to WSO2 BPS
Go to Main->Manage -> Instances ->BPMN
WSO2 BPS
http://wso2.com/products/business-process-server/
https://docs.wso2.com/display/BPS351/WSO2+Business+Process+Server+Documentation
Comments