March 2017
Beginner
358 pages
9h 51m
English
Workflow activities always execute on the server by nature and design. These scriptable activities obviously consist of the run script workflow activity, but also include activities like the create task activity, or the If conditional activity. These scripts have access to the current object, and are evaluated at the time the activity is invoked via the workflow process. If an activity is not invoked through the natural progression of the workflow, then the script(s) it contains will also not be run.
In addition to any Script fields, all conditions are also evaluated on the server, which means that they are not re-evaluated, and the workflow will not progress, until a record is saved to the database. ...
Read now
Unlock full access