-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathAlert - Set Assigned Date (upon creation).json
More file actions
84 lines (84 loc) · 2.81 KB
/
Alert - Set Assigned Date (upon creation).json
File metadata and controls
84 lines (84 loc) · 2.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"@type": "Workflow",
"triggerLimit": null,
"name": "Alert - Set Assigned Date (upon creation)",
"aliasName": null,
"tag": "#system",
"description": "Update Assigned Date when Person is assigned to Alert",
"isActive": true,
"debug": false,
"singleRecordExecution": false,
"remoteExecutableFlag": false,
"parameters": [],
"synchronous": false,
"collection": "\/api\/3\/workflow_collections\/3c3b049e-5ecb-464a-83f6-5af6a230c0ed",
"versions": [],
"triggerStep": "\/api\/3\/workflow_steps\/c8674bd7-00e5-4f8c-8abe-6b1ba060404b",
"steps": [
{
"@type": "WorkflowStep",
"name": "Start",
"description": null,
"arguments": {
"resource": "alerts",
"step_variables": [],
"fieldbasedtrigger": {
"limit": 30,
"logic": "AND",
"filters": [
{
"type": "object",
"field": "assignedTo",
"value": "false",
"_value": [],
"operator": "isnull"
}
]
}
},
"status": null,
"top": "60",
"left": "100",
"stepType": "\/api\/3\/workflow_step_types\/ea155646-3821-4542-9702-b246da430a8d",
"uuid": "c8674bd7-00e5-4f8c-8abe-6b1ba060404b"
},
{
"@type": "WorkflowStep",
"name": "Set Assigned Date",
"description": null,
"arguments": {
"resource": {
"assigneddate": "{{arrow.utcnow().timestamp}}"
},
"_showJson": false,
"collection": "{{vars.input.records[0]['@id']}}",
"collectionType": "\/api\/3\/alerts",
"step_variables": []
},
"status": null,
"top": "180",
"left": "307",
"stepType": "\/api\/3\/workflow_step_types\/b593663d-7d13-40ce-a3a3-96dece928722",
"uuid": "b34c3322-06e5-41d7-9d0a-6f28012eb72a"
}
],
"routes": [
{
"@type": "WorkflowRoute",
"name": "Start -> Set Assigned Date",
"targetStep": "\/api\/3\/workflow_steps\/b34c3322-06e5-41d7-9d0a-6f28012eb72a",
"sourceStep": "\/api\/3\/workflow_steps\/c8674bd7-00e5-4f8c-8abe-6b1ba060404b",
"label": null,
"isExecuted": false,
"uuid": "5ee576c0-4614-49f5-b3f0-46b8a2321089"
}
],
"priority": null,
"uuid": "2c8b6e86-5a15-41fa-b944-63609f14d2ca",
"owners": [],
"isPrivate": false,
"deletedAt": null,
"recordTags": [
"system"
]
}