Get started with Process Automation Designer (PAD)... - ServiceNow Community
Maik Skoddow
Tera Patron
Tera Patron

find_real_file.png

 

Since there are more and more questions about the new cool feature of Process Automation Designer and its visual representation as Playbooks in Workspaces, I want to give a short introduction to get started in minutes.

A good introduction to the topic is the community article by @Lisa Holenstein. You can find there links to further ressources but in the moment a simple step-by-step guide is missing.

With the help of the following instructions, for all users who have never worked with the Process Application Designer, a simple process will be created and rendered in a playbook within the agent workspace.

The only thing you need is a few minutes of time and a PDI with a Paris version or higher.

 

(1) Activate required plugins

Go to System Definition > Plugins and activate the following plugins:

  • Process Automation Designer Core (com.glide.pad.core)
  • Process Automation Designer for App Engine (com.glide.pad.license)
  • Process Automation Designer for ITSM (com.snc.itsm.playbook)
  • Playbook Experience (com.glide.playbook_experience.config)

 

Reload the browser and check that you can find the following modules in application navigator:

 

find_real_file.png   find_real_file.png

 

(2) Enable Related List "Incident Tasks" for Workspaces

OOTB you won't see a Related List "Incident Tasks" on your Incident records at Agent Workspace and there you have to enable it:

 

find_real_file.png
  1. Open context menu
  2. Select "Configure"
  3. Select "Related Lists"
find_real_file.png
  1. Choose view "Workspace"
  2. Click on "Edit this view in ITSM Workspace" 
find_real_file.png
  1. Select "Incident Task -> Incident".
  2. Click on right arrow to move the selection to the selected pane.
  3. Move the related lists to a favourite position.
  4. Click "Save".

 

As a result there should be a new tab "Incident Tasks" at Incident's detail view in Agent Workspace:

 

find_real_file.png

 

(3) Create a minimal process

Go to Process Automation > Process Automation Designer. In a new tab a empty process list is loaded:

 

find_real_file.png

 

To create a new process click on the corresponding button in the upper right corner and then proceed with the following steps:

 

 find_real_file.png
  1. Enter a process name.
  2. Click "Select a trigger".
find_real_file.png 
  1. Choose "Define your own conditions for when your process runs"
  2. Click into the bar "Choose the trigger type".
  3. Select "Record Create".
find_real_file.png 
  1. Click on "Set your trigger conditions".
find_real_file.png 
  1. Select table "Incident".
  2. Optional: Configure suitable conditions.
  3. Click on "Go to Designer".

 

A process is devided into lanes which represents stages and contain the activities. Proceed with the following steps to create a first activity and publish the process:

 

find_real_file.pngClick on "Add new lane" at the bottom.
find_real_file.png 
  1. Enter a name for the lane.
  2. Leave "When to start" with option "Immediately".
  3. Click on "Save".
find_real_file.png Click on "Add an activity".
find_real_file.png Click on "Instruction".
find_real_file.png Click on "Configure activity" in the right pane.
find_real_file.png In the lower left corner of the dialog click on "Advanced view".
find_real_file.png Choose tab "Activity Experience".
find_real_file.png 

Scroll down and enter

  1. at field "Title" a headline for instruction card and
  2. at field "Description" the instruction itself. 

    Note: To format the description text you can enter HTML code there.
find_real_file.png Publish your process by clicking on "Activate" in the upper right corner.
find_real_file.png Make sure that status indicator has changed to "Published".

 

(4) See the process in action

Now it's time to test the process. Since the process is not kicked off until a new incident ticket is created you have to create one at Agent Workspace.

 

find_real_file.png 
  1. A new tab "Playbook" should be offered.
  2. For the first activity "Handling new Incident" at stage "Intake" a card with configured headline and description is rendered.
  3. To finish the activity click on "Mark as Complete".

 

Congratulations! You have successfully created your first process!

 

(5) Extend process

Let's now extend the process with a little more interactivity:

 

find_real_file.png
  1. Create a new lane "Remediation"
  2. Click on "Add an activity"
  3. Choose "Automated Create Record"
  4. Click on "Configure acitivity" in the right pane.
find_real_file.png 

In the opened configuration dialog click on related link "Advanced view" and then at tab "Inputs":

  1. Select table "Incident Task".
  2. Fill the fields as shown or change as needed.
  3. With the help of the data picker you can insert fields from Incident record.
find_real_file.png 

At lane "Remediation" add another activity of type "Wait for Condition" and then open configuration dialog by clicking on "Configure activity" in the right pane.

find_real_file.png 

In the opened configuration dialog click on the related link "Advanced view" and then at tab "Inputs":

  1. Set the previously created task record by using the data pill.
  2. Select table "Incident task" and add the condition "Active = false".
find_real_file.png 

Switch to tab "Activity Experience" and fill in fields "Pending State Title" and "Pending State Description".

Click on "Update".

Don't forget to "Activate" again the process to create a new published version.

find_real_file.png

Back at workspace create a new Incident, click "Mark complete" at first stage "Intake" and then see the automatically created Task record.

The process can be terminated only when the task is closed.

 

 

An important hint for your further experiments with the Process Application Designer:
Any changes to the process are only visible if it is published again and a new Incident is created afterwards.

Comments
David Rosevold1
Tera Contributor

I setup the process properties fine with the incident table selected.   In setting up the very first lane though, when click on "Add an activity," it states no activities found. 

 

find_real_file.png 

Maik Skoddow
Tera Patron
Tera Patron

Could you please raise this issue as a question? In the moment I have no idea what the reason could be, but maybe someone from the community can help you.

Adam B
Mega Contributor

@Maik Skoddow As someone who recently started using this product this is very helpful. However, aren't you required to create a new 'Related Item' in your agent workspace? At least this is a step required when working off of a custom table and workspace. 

Version history
Last update:
‎12-12-2020 07:56 AM
Updated by: