experimental
Contains the set of classes that implement the user interface for creating workflow templates, assigning parties to tasks, applying workflows to items, and managing task state.
An overview of the workflow admin UI
The left pane
displays a list of workflows defined
for the section. This pane is always visible.
The right pane may display one of several of panels depending on
user activity:
- Cover sheet
- Add a new workflow
- Workflow information
- Edit workflow
- Delete workflow
- Add task to workflow
- Task information
- Assign user(s) to task
- Remove a user from task
- Edit task
- Remove task from workflow
The Bebop component hierarchy
- {@link com.arsdigita.cms.ui.workflow.WorkflowAdminPane}
[com.arsdigita.cms.ui.workflow.WorkflowAdminPane]
- {@link com.arsdigita.cms.ui.workflow.WorkflowCoverPanel}
[com.arsdigita.cms.ui.workflow.WorkflowCoverPanel]
- {@link com.arsdigita.cms.ui.workflow.WorkflowPanel}
[com.arsdigita.cms.ui.workflow.WorkflowPanel]
- {@link com.arsdigita.cms.ui.workflow.WorkflowTaskAddPanel}
[com.arsdigita.cms.ui.workflow.WorkflowTaskAddPanel]
- {@link com.arsdigita.cms.ui.workflow.WorkflowAddSearchUser}
[com.arsdigita.cms.ui.workflow.WorkflowAddSearchUser]
- {@link com.arsdigita.cms.ui.workflow.WorkflowTaskUserSearchForm}
[com.arsdigita.cms.ui.workflow.WorkflowTaskUserSearchForm]
- {@link com.arsdigita.cms.ui.workflow.WorkflowTaskUserAddForm}
[com.arsdigita.cms.ui.workflow.WorkflowTaskUserAddForm]
- {@link com.arsdigita.cms.ui.workflow.WorkflowTaskPanel}
[com.arsdigita.cms.ui.workflow.WorkflowTaskPanel]
- {@link com.arsdigita.cms.ui.workflow.CommentLog}
[com.arsdigita.cms.ui.workflow.CommentLog]
- {@link com.arsdigita.cms.ui.workflow.AddComment}
[com.arsdigita.cms.ui.workflow.AddComment]
- {@link com.arsdigita.cms.ui.workflow.WorkflowTaskEditPanel}
[com.arsdigita.cms.ui.workflow.WorkflowTaskEditPanel]
- {@link com.arsdigita.cms.ui.workflow.WorkflowEditPanel}
[com.arsdigita.cms.ui.workflow.WorkflowEditPanel]
- {@link com.arsdigita.cms.ui.workflow.WorkflowAddPanel}
[com.arsdigita.cms.ui.workflow.WorkflowAddPanel]