(private) sorry...!! contact@ecmnotes.com
slide

Some Important DQLs

To obtain the workflow template object id:  select  r_object_id from dm_process where object_name = ‘‘ To obtain the running instances of a specific workflow template:  select * from dm_workflow where process_id =

slide

Running A Simple Workflow

1) The usual workflow template objects * The workflow template objects: dm_process, a list of dm_activity objects 2) The workflow instance * dm_workflow which points to the workflow template dm_process * dm_workflow is in Running state 3) Adding package to workflow triggers the start activities * Workflow receives the package…

slide

Object Model and Relationship

Process Definition – dm_process, representation of what’s intended to happen Activity Definition – dm_activity, representation of what’s intended to achieve at a logical step Run Time Management Workflow Instance – dm_workflow, controls automated aspect of the business process and record runtime information of workflow Task – records run time information…

slide

Workflow Introduction and its components

A workflow formalizes a business process such as a petition approval process or an engineering development process. A workflow consists of the following elements: Process Template – A process template is the business process represented as a formalized workflow definition. Users can use the template to repeatedly perform the business…

slide

Process Builder

Process Builder is the design center of the Process Suite, which enables and supports all phases of the business process lifecycle. We use Process Builder to create process templates. A process template captures the definition of a business process, enabling users to repeatedly perform the process. Individual process instances generated…