All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rkflow.3.1.3.source-code.workflow.properties Maven / Gradle / Ivy

###########################################
# Deployment Properties
###########################################

xml-base-directory = etc

# Points to directory of deployed workflow.xml file
#workflow-file = config\\workflow.xml
#workflow-file = config\\workflow-test.xml

# Indicates whether the workflow managers are 
# singletons and managed through a workflow registry.
# If false then a new workflow manager is created
# for each survey instance along with the full object
# model hierarchy.  Setting to false will be less 
# performant and may have memory spikes. The mode is 
# generally used to support a survey editor tool where 
# you do not want any of the workflow information or obejcts
# "cached", held in memory.
workflow.manager.singletons = false

###########################################
# For JUnit Testing from within Eclipse
###########################################
workflow-file = workflow-test.xml

###########################################
#Default formats
###########################################
default.date.format = MM/dd/yyyy hh:mm

###########################################
# Configuration of value handlers to handle 
# Answer value objects that are standard java objects
# other than Strings, or custom value object 
# implementations.
#
###########################################
# Standard java classes
java.util.Date-handler = org.jharks.workflow.handlers.DateValueHandler

# Custom classes would be entered below




© 2015 - 2024 Weber Informatics LLC | Privacy Policy