You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A flow is a sequence of actions to automate processes on the Now Platform.
21
+
## A Flow is a sequence of actions to automate processes on the Now Platform.
22
22
23
-
Logic and automation use computers to manage repeatable processes instead of using people. Logic and automation can reduce human error and speed up processes. App Engine Studio allows creators to add process flows to their applications.
23
+
### Logic and automation use computers to manage repeatable processes instead of using people. Logic and automation can reduce human error and speed up processes. App Engine Studio allows creators to add process flows to their applications.
24
24
25
25
4. Create the flow with the following information:
26
26
27
-
1. Name: Main
27
+
|Field | Value |
28
+
|-|-|
29
+
|Name | Main |
30
+
|Description | Manage the Telework flow of work.
28
31
29
-
2. Description: Manage the Telework flow of work.
30
-
31
-
3. Click on the <spanclassName="aes_button">Continue</span> button.
32
+
Click on the <spanclassName="aes_button">Continue</span> button.
32
33
33
34
34
35
5.**Click** the **Edit this flow** button to begin the configuration process.
35
-

36
+

36
37
37
38
38
39
6. You may see a tour popup. Let's skip the tour for now, by clicking the **Skip tour** button.
39
40
40
-
###The first thing we'll do is set up our trigger to define when this flow will run.
41
+
## The first thing we'll do is set up our trigger to define when this flow will run.
41
42
42
43
7. Click on **Add a trigger** in the upper left of the flow designer screen.
43
44

44
45
### Flow designer provides different options for triggering a workflow. You can kick off a flow based on a record being created or updated, , run on a scheduled basis, or based on a unique application component like an SLA task being triggered or an inbound email being received by the instance. For our use case we are going to:
45
46
1. Select **Created** from the Record section.
46
-
2. Select our **Telework Case** table.
47
+

48
+
2. Select the **Telework Case** table.
49
+

50
+

47
51
3. Click <spanclassName="aes_button">Done</span> to close the trigger.
48
52
49
53

50
54
51
-
### Note that there might be circumstances under which we need to have a particular flow to execute.
52
-
53
-
### In this case we can use the "Add filters" option to define conditions that must be met for this flow to execute. This helps making flow easier to maintain and reuse.
54
-
55
-
### For example, we could use a flow specific to new request, one for renewal or request.
56
-
55
+
:::note
56
+
There might be circumstances under which we need to have a particular flow to execute.
57
+
In this case we can use the "Add filters" option to define conditions that must be met for this flow to execute. This helps making flow easier to maintain and reuse.
58
+
For example, we could use a flow specific to new request, one for renewal or request.
59
+
:::
57
60

58
61
59
62
@@ -80,7 +83,7 @@ Logic and automation use computers to manage repeatable processes instead of usi
80
83
1. Choose **Anyone approves** for the Approval rule.
81
84

82
85
2. Click on the Data Pill Picker button (_the magic wand button_).
83
-

86
+

84
87
3. Click **Trigger - Record created**.
85
88

86
89
4. Click on the chevron to access the list of fields.
@@ -113,12 +116,12 @@ Logic and automation use computers to manage repeatable processes instead of usi
113
116
6. Click <spanclassName="aes_button">Done</span>.
114
117
115
118
:::info
116
-
We now have a branch where we can add actions or flow logic if the manager approves
119
+
We now have a branch where we can add actions or flow logic if the manager approves.<br/><br/>
117
120
Let's save the team from sending tasks via emails or other systems.
118
121
:::
119
122
120
123
121
-
14.We'll automatically request I.T. to assign a Remote Access Token to the employee.
124
+
14.Next, we will configure the Flow to automatically request I.T. to assign a Remote Access Token to the employee.
122
125
1. Under _If Manager approves_ click the small + to add a step.
15. First, let's take care of automating the notifications that take too much time right now. We'll send an email to the applicant's and let them know their application has been approved.
149
+
15. First, let's take care of automating the notifications that take too much time right now. <br/><br/>We'll send an email to the applicant's and let them know their application has been approved.
147
150
1. Under **3 - Create Task** click the small + to add a step.
Copy file name to clipboardExpand all lines: labs/telework-utah/4.0-Manage-Work/4.1-Ceate_Workspace_Experience.md
+12-14Lines changed: 12 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,46 +8,44 @@ draft: false
8
8
We will now create and configure the Workspace experience for our new application.
9
9
10
10
1. On the application homepage, locate the **Experience** section and click the **⨁ Add icon**.
11
-

12
-
11
+

13
12
This takes us to a selection where we can identify the type of experience we wish to create.
14
13
15
14
16
15
2. Click the **Workspace** tile to create a workspace to help users manage and fulfill requests sent to them.
17
-

16
+

18
17
19
18
20
19
3. Click on the <spanclassName="aes_button">Begin</span> button to begin the Workspace Builder wizard.
21
-

20
+

22
21
23
22
24
23
4. Next, leave the default value and Click on the <spanclassName="aes_button">Continue</span> button.
25
-

26
-
27
-
28
-
5. Next, we'll select the tables we want to work with in this workspace.
24
+

25
+
Next, we'll select the tables we want to work with in this workspace.
29
26
30
27
31
-
6. Set the **primary** and secondary tables to: **Telework Case**and **Arrangement** like below and click on the <spanclassName="aes_button">Continue</span> button.
28
+
5. Set **Primary table**and **Secondary tables** like below and click on the <spanclassName="aes_button">Continue</span> button.
16. Under Data sources, click **+ Add data source**.
55
+
9. Under Data sources, click **+ Add data source**.
82
56

83
57
84
58
85
-
17. In the window that opens, choose the Telework Case table as the source. **(1)** Select the Case table from the Suggested sources., **(2)** Click **Add custom conditions**.
86
-

59
+
10.
60
+
1. Type **Telework Case** in the "Select a source" field.
61
+
2. Click **Telework Case** in the search results.
62
+
3. Click **+ Add custom conditions**.
63
+

87
64
88
65
89
-
18. We want to see only the non-closed cases.
66
+
11. We want to see only the non-closed cases.
90
67
1. Set **State is one of Pending, Open, Work in Progress**.
91
-
2. Click **Add this source**.
92
68

69
+
2. Click **Add this source** in the bottom right.
70
+

93
71
94
72
95
-
19. In the **Group by** section,
73
+
12. In the **Group by** section,
96
74
1. Click the pencil icon next to **Active**.
97
75
2. Set **Priority** for the Group by.
98
76
3. Click **Apply**.
99
77

78
+

100
79
101
80
102
-
20. On the top right, Click **Save**hen**Exit Edit Mode**
81
+
13. On the top right, Click **Save**then**Exit Edit Mode**
0 commit comments