The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Amit Gujarathi
Giga Sage
Giga Sage
First, let's cover some basics on workflows service now docs state the workflow editor as an interface for creating and modifying workflows by arranging and connecting activities to drive processes so you can think of workflows as automated sequences of activities. And it's in these activities where will actually be writing javascript. workflows are server-side javascript and do not get executed on the client-side. There are many different locations to script and a workflow since there are many different activities that offer a scripting component. There are also different scopes in a workflow. So what data do you have access to when you're scripting and these workflow activities will go over that and just a bit.