|
ScriptsWorkflows 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
|
| |