# #-- # Copyright (c) 2005-2007, John Mettraux, OpenWFE.org # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # # . Redistributions of source code must retain the above copyright notice, this # list of conditions and the following disclaimer. # # . Redistributions in binary form must reproduce the above copyright notice, # this list of conditions and the following disclaimer in the documentation # and/or other materials provided with the distribution. # # . Neither the name of the "OpenWFE" nor the names of its contributors may be # used to endorse or promote products derived from this software without # specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN # CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. #++ # # # "hecho en Costa Rica" # module OpenWFE NAME = 'name' STORE = 'store' STORES = 'stores' WORKITEM_COUNT = 'workitem-count' PERMISSIONS = 'permissions' HEADER = 'header' HEADERS = 'headers' A_LAST_MODIFIED = 'last-modified' A_LOCKED = 'locked' FLOW_EXPRESSION_ID = 'flow-expression-id' ATTRIBUTES = 'attributes' OWFE_VERSION = 'owfe-version' ENGINE_ID = 'engine-id' INITIAL_ENGINE_ID = 'initial-engine-id' WORKFLOW_DEFINITION_URL = 'workflow-definition-url' WORKFLOW_DEFINITION_NAME = 'workflow-definition-name' WORKFLOW_DEFINITION_REVISION = 'workflow-definition-revision' WORKFLOW_INSTANCE_ID = 'workflow-instance-id' EXPRESSION_NAME = 'expression-name' EXPRESSION_ID = 'expression-id' E_STRING = 'string' E_INTEGER = 'integer' E_BOOLEAN = 'boolean' E_LONG = 'long' E_DOUBLE = 'double' E_RAW_XML = 'raw-xml' E_XML_DOCUMENT = 'xml-document' E_BASE64 = 'base64' E_LIST = 'list' E_MAP = 'map' E_SMAP = 'smap' M_ENTRY = 'entry' M_KEY = 'key' M_VALUE = 'value' MAP_TYPE = '___map_type' FLOW_EXPRESSION_IDS = 'flow-expression-ids' LAUNCHITEM = 'launchitem' ENGINEID = "engineid" OK = "ok" A_FLOW_ID = "flow-id" IN_FLOW_WORKITEM = 'workitem' A_DISPATCH_TIME = 'dispatch-time' A_PARTICIPANT_NAME = 'participant-name' E_LAST_EXPRESSION_ID = 'last-expression-id' LAUNCHABLES = 'launchables' LAUNCHABLE = 'launchable' URL = 'url' TARGETSTORE = 'targetstore' EXPRESSIONS = 'expressions' EXPRESSION = 'expression' APPLY_TIME = 'apply-time' STATE = 'state' STATE_SINCE = 'state-since' HISTORY = 'history' HISTORY_ITEM = 'history-item' A_AUTHOR = 'author' A_DATE = 'date' A_HOST = 'host' end