Amit Gujarathi
Giga Sage
Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
07-10-2021
03:26 AM
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.
- 2,632 Views
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.