|
Content with label workflow in Hippo CMS (See content from all spaces)
Related Labels:
reviewedactions, movedocument, database, move, types, servermanager, moving, versioning, sqlserver, slide, configuration, hippo-repository, scheduler, history, quartz, osworkflow
Configuring workflow databases for Microsoft SQLServer
Before build Creating the databases See Configuring the workflow databases http://wiki.hippo.nl/display/CMS/Configuringtheworkflowdatabases for a general description of which databases to create for workflow in the CMS. You can find the SQLServer scripts for osworkflow and quartz in {{/editor/configuration/jdbc ...
Other labels:
database, sqlserver
|
Example workflow definition
an example workflow definition please look at the 'reviewed actions' workflow which is the default workflow of Hippo CMS. You can find the source at: http://svn.hippocms.org/repos/hippo/hippoworkflows/trunk/reviewedactionswor kflow/ A description of the purpose of the classes of the workflow can ...
|
Moving documents
Hippo CMS version 6.04.00 and later Move document workflow action From version 6.04.00 documents can be moved to a different location using the new "move document" workflow action (Reviewed Actions workflow Reviewed actions class descriptions ...
Other labels:
move, moving, movedocument, reviewedactions
|
How to enable workflow and version management on assets
Hippo CMS version 6.04.00\ Asset workflow and versioning in Hippo CMS Configuration # First make sure you have enabled version management How to configure version management How to configure version management in the Hippo CMS. # In the build.properties of Hippo ...
Other labels:
versioning, slide, hippo-repository, history
|
Reviewed actions class descriptions
Functions Functions are used to make changes to the repository and/or the workflow database: CancelPublicationTasksFunction: cancel any outstanding task related to publication. This function is called, amongst others, when a scheduled publication is canceled or a document is unpublished. CheckConsistencyFunction: due to bugs in early versions ...
Other labels:
reviewedactions
|
Configuring the workflow databases
ServerManager Configuration The ServerManager is a component inside the CMS that handles quartz and osworkflow. When installing a CMS you have to configure the ServerManager correctly. The configuration of the serverManager can be found at /editor/src/configurations/. Be sure to take a look at "localdev" or any other ...
Other labels:
servermanager, database, configuration, scheduler, quartz, osworkflow
|
10. Workflow
Hippo CMS documents have a workflow (e.g. edit, review, publish, etc.). The workflow component is based on OSWorkflow http://www.opensymphony.com/osworkflow/. This documentation explains how to configure the workflow component and it's database back end, and how to develop your own ...
|
Relationships between workflow concepts
workflows a lot of concepts have to work together: users, groups, roles, privileges, granting and denying permissions, namespaces, actions. If set up correctly the system is very powerful and changes and/or new workflows have a minimal impact on the system. I will describe ...
|
Creating and building workflow projects
Project creation To create a workflow project copy the following directory structure: src java workflow <workflow distribution name>Workflow.xml <workflow distribution name>Queries.xml metadata.properties <XML files for action form schemas and layout> project.properties project.xml {{src ...
|
How to define a different workflow per document type
default, documents created in Hippo CMS get a "Reviewed Actions" workflow. You can however define any other type of workflow for a certain type of documents. To define a workflow for a document type, add an element "workflowName" to the corresponding "resource ...
Other labels:
types
|
|
|