The simplest way to learn how to create execution engine plans is to work through an example. This guide takes you through steps for...
First posted: April 6th, 2022 1360 views 0 likes
You can create an execution engine plan from the sharedo modeller area to begin configuration of your workflow. Select Launchpad > Modeller > Workflow...
First posted: April 6th, 2022 1116 views 0 likes
When a plan is triggered the 'main' or first step will be invoked. To add some actions into your plan you need to set...
First posted: April 6th, 2022 1044 views 0 likes
When a plan is triggered, the event object (ev) carries data about the event, such as the related sharedo id. It is useful to...
First posted: April 6th, 2022 2046 views 0 likes
When a plan is triggered, the event object (ev) carries data about the event, such as the related sharedo id. It may be useful...
First posted: April 6th, 2022 1066 views 0 likes
The snippet manager in the execution engine provides lots of different snippets that help you to create tasks, change phase, and other common activities...
First posted: April 6th, 2022 1141 views 0 likes
To mark an execution engine plan as complete you need to create a final step. In the step configuration this is marked as 'End...
First posted: April 6th, 2022 644 views 0 likes
What is a Call to Action? Calls to action (C2A) are created using Execution Engine plans, or workflows, as part of an action plan....
First posted: April 6th, 2022 3459 views 0 likes
To create an action plan item in an execution engine plan use the following snippet to create the call to action ctx.sharedoId - should...
First posted: June 8th, 2022 772 views 0 likes
Use this snippet to create a call to action on your task that opens up the key dates blade for you piece of work....
First posted: June 8th, 2022 757 views 0 likes
To create a call to action which opens up an email and passes in an email template then use the following snippets. The email...
First posted: June 8th, 2022 795 views 0 likes
When a task is created via an execution engine plan you are able to define action plan items that allow the user to make...
First posted: June 8th, 2022 745 views 0 likes
Within you task action plan list you may need to open a custom blade from your call to action. Step 1 - Identify the...
First posted: June 8th, 2022 817 views 0 likes
To set an attribute within an EE plan use the following snippet replacing the "my-attribute-name" with the system name of the field on your...
First posted: June 8th, 2022 1088 views 0 likes
To create a document expectation in an execution engine plan use the following snippet var docexpLandlordsSolicitorConfirmation = function(ev, ctx, log) { //use...
First posted: June 8th, 2022 719 views 0 likes
Call to action commands can of course be used to create emails. Where there is the requirement to pass through the 'To' participant, this...
First posted: June 29th, 2022 822 views 0 likes