FAQDOCSDOWNLOADSGALLERYJA-SIG LogoSourceForge.net Logo
What is HyperContent 2?
Compare Versions 1 & 2
HyperContent 2 Design
Pipelines
Web Server
Workflow
Batch Processing
AuthN & AuthZ
I18n & L10n
Authoring Tools
Unfinished for 2.0
Beyond 2.0

Scripts

Workflows are configured in each project with XML scripts that define the kickoff events for a workflow, its state queues, and the events available for each queue. Event handling is configured by chaining a series of commands.

Events
  • System or workflow-specific user events
  • Attribute descriptors provide auto-form generation and validation
  • Restrict handlers with groups and permissions
  • Attributes can be stored as workflow instance variables and referenced by further commands
Queues
  • represents a particular state
  • has a unique set of event handlers
Commands
  • Can be configured with pre-defined tags for built in commands like queue, dequeue, email, render, copy, zip, delete or redirect.
  • Can be configured with an "exec" tag to run any WorkCommand implementation by classname