Table of Contents

Search

  1. Preface
  2. MDM and Embedded ActiveVOS
  3. Configuring Workflow Tasks and Triggers
  4. Running the Migration Script
  5. Frequently Asked Questions

Workflow Trigger Example for Update with Approval Workflow

Workflow Trigger Example for Update with Approval Workflow

You want to configure a workflow trigger for the Update with Approval workflow. You want the workflow to launch when a user of any role creates or updates any business entity. You want the tasks to have the properties that you defined in the DefaultApproval task template.
The following code shows the workflow trigger configuration for the example:
<trigger name="DefaultApproval"> <startWorkflow process="BeUpdateWithApprovalTask" taskKind="REVIEW" taskTemplate="DefaultApproval" firstTaskType="AVOSBeUpdate"/> <event name="CreateBE"/> <event name="UpdateBE"/> <role name="*"/> </trigger>

0 COMMENTS

We’d like to hear from you!