Book Image

Web Content Management with Documentum

Book Image

Web Content Management with Documentum

Overview of this book

One of the world leaders in Enterprise Content Management, the EMC Documentum family of applications helps you manage all types of content across multiple departments within a single repository. With the Web Content Management suite of applications, you can efficiently manage content and underlying processes for your Web properties, and ensures that they are responsive to business needs. To fully realize the power of this system can seem daunting, but this book will help you achieve that. With easy to follow examples, this book will take you the simplest and most straightforward route to success. Along the way, you will learn insights that only a seasoned professional would know. Packed with practical examples, you will get hands-on with the powerful features of Documentum to grow your skills and confidence. You will see tips and tricks to handle complexities of the system, and avoid the common errors that waste your time. From installing and getting started with Documentum, you will see how to design and develop Documentum applications, before rounding off with deployment.
Table of Contents (33 chapters)
Web Content Management with Documentum
Credits
About the Author
Acknowledgements
Preface
Frequently Asked Questions and Answers

19.3 Creating a Custom Workflow Template


Please refer to figure 19.6 and drag-drop the activities from the Activity palette in the workflow template editor. Join the activities with flow arrows as shown in the figure. Note that you need to connect Review_Act and DemoteWIP_Act activities with a reject arrow (and not a multi-segment flow) as shown in the figure. After connecting all activities with flows, double-click on the flows and add a package (default name: Package0) of the type dm_sysobject to all the flows for routing content of the object type dm_sysobject and its subtypes.

  1. 1. Let us take an example of creating/configuring the activity definition for the first activity in the workflow template, Start_Act.

    The remaining activities can be created in the same manner as we see in this example.

    Drag an Auto-Activity from the activity palette and drop it after the Initiate (the first activity) activity in the workflow template editor.

  2. 2. Double-click on the newly added auto-activity to open...