У нас вы можете посмотреть бесплатно Servicenow Workflow | ServiceNow workflow activities | ServiceNow workflow examples или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
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.