10-05-2011 04:37 AM
10-05-2011 04:40 AM
10-12-2011 10:13 AM
Did you read the release note or the installation guide?Hello! I'm trying to find some admin/installation guide for Alfresco 4.0 Community to find some info regarding how to enable jBPM/disable Activiti, but with no luck. Seems Alfresco 4.0 docs on docs.alfresco.com are not yet ready (being just a copy of 3.4 documentation). Even Google doesn't know anything about it
10-12-2011 10:31 AM
10-12-2011 11:24 AM
# Determines if JBPM workflow definitions are shown.
# Default is false. This controls the visibility of JBPM
# workflow definitions from the getDefinitions and
# getAllDefinitions WorkflowService API but still allows
# any in-flight JBPM workflows to be completed.
system.workflow.engine.jbpm.definitions.visible=false
#Determines if Activiti definitions are visible
system.workflow.engine.activiti.definitions.visible=true
# Determines if the JBPM engine is enabled
system.workflow.engine.jbpm.enabled=true
# Determines if the Activiti engine is enabled
system.workflow.engine.activiti.enabled=true10-13-2011 03:16 AM
Hi,Jan, thank you, that's exactly what i've been trying to find in documentation.
system.workflow.engine.jbpm.enabled=true
system.workflow.engine.activiti.enabled=true
http://docs.alfresco.com/4.0/index.jspUnfortunately, there's no even a word about configuring workflow engines in this manual. At least at this moment.
10-13-2011 07:25 AM
### BPM Engine ###
# Determines if the JBPM engine is enabled
#system.workflow.engine.jbpm.enabled=false
system.workflow.engine.jbpm.enabled=true
# Determines if JBPM workflow definitions are shown.
# Default is false. This controls the visibility of JBPM
# workflow definitions from the getDefinitions and
# getAllDefinitions WorkflowService API but still allows
# any in-flight JBPM workflows to be completed.
#system.workflow.engine.jbpm.definitions.visible=false
system.workflow.engine.jbpm.definitions.visible=true
#Determines if Activiti definitions are visible
#system.workflow.engine.activiti.definitions.visible=true
system.workflow.engine.activiti.definitions.visible=false
# Determines if the Activiti engine is enabled
#system.workflow.engine.activiti.enabled=true
system.workflow.engine.activiti.enabled=false
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.