- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2019 12:40 AM
How to trigger an event through workflow can u please explain it to me briefly
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2019 03:22 AM
you can refer the below link, kindly have a look.
if you have still any further questions on it , let us know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2019 12:43 AM
Use the Create event workflow activity. Name the event you want to trigger and you have the option of setting parm1 and parm2 via script if you want.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2019 12:46 AM
there is two way to trigger the event in your workflow .
First use gs.eventQueue()
you can use gs.eventQueue() in your workflow script. eg: run script activity, approval activity etc.
https://developer.servicenow.com/app.do#!/api_doc?v=kingston&id=r_GS-eventQueue_S_O_S_S_S
Second , you can use event activity in your workflow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2019 01:09 AM
can u explain more detail in screenshots

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2019 03:22 AM
you can refer the below link, kindly have a look.
if you have still any further questions on it , let us know.