See: Description
| Interface | Description |
|---|---|
| WGAutoApprovalCapableWorkflow |
Interface for workflows allowing auto-approve and serving the necessary interface methods for this to accomplish
|
| WGWorkflow |
Interface for a workflow object.
|
| WGWorkflowEngine |
Interface for a worklow engine, generating workflow objects for specific contents.
|
| WGWorkflowEventListener |
A listener for workflow events
|
| Class | Description |
|---|---|
| WGDefaultWorkflowEngine |
The default Workflow engine for WGAPI, which is a no-op that just releases contents when they are published.
|
| WGWorkflowEvent |
Represents a workflow event, e.g. sending a workflow mail, and contains associated information.
|