1.

What Are The Workflow Tools That You Have Used? Have You Created Workflow Templates?

Answer»

Here we have a closer look at the Workflow functional COMPONENTS. Starting from the top, we have Workflow Manager which is used to create workflow template. Workflow template can also reference alias set and LDAP INTEGRATION in its definition.

Coming to the center of the diagram is the workflow runtime control. In the center is the SERVER Workflow Engine, maintained by Workflow Supervisor. It controls automated aspect of the BUSINESS process

The Workflow Engine references the the routing document (content).

The Workflow Engine also maintains a set of workflow control data. It is used to control the processing of the existing tasks and to determine the next tasks.

Here is the object model in DCTM server.

  • Business Process - what is intended to happen
  • On the left is the Design Time Definition. Workflow Template is defined by
  1. Process Definition - dm_process, representation of what’s intended to happen
  2. Activity Definition - dm_activity, representation of what’s intended to achieve at a logical step
  • On the right is the Run Time Management
  1. Workflow Instance - dm_workflow, controls automated aspect of the business process and record runtime information of workflow
  2. Task - record run time information of activity
  3. Work Item - dmi_workitem, task allocated to task performers
  4. Queue Item - dmi_queue_item, peer item for work item for querying in Inbox
  5. Package - dmi_package, references documents and comments routed among task

Here we have a closer look at the Workflow functional components. Starting from the top, we have Workflow Manager which is used to create workflow template. Workflow template can also reference alias set and LDAP integration in its definition.

Coming to the center of the diagram is the workflow runtime control. In the center is the Server Workflow Engine, maintained by Workflow Supervisor. It controls automated aspect of the business process

The Workflow Engine references the the routing document (content).

The Workflow Engine also maintains a set of workflow control data. It is used to control the processing of the existing tasks and to determine the next tasks.

Here is the object model in DCTM server.



Discussion

No Comment Found