-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathAlert - Set Assigned Date (upon reassignment).json
More file actions
94 lines (94 loc) · 3.22 KB
/
Alert - Set Assigned Date (upon reassignment).json
File metadata and controls
94 lines (94 loc) · 3.22 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
85
86
87
88
89
90
91
92
93
94
{
"@type": "Workflow",
"triggerLimit": null,
"name": "Alert - Set Assigned Date (upon reassignment)",
"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\/d7153d64-0ae9-429e-8237-1322d421798e",
"steps": [
{
"@type": "WorkflowStep",
"name": "Start",
"description": null,
"arguments": {
"resource": "alerts",
"step_variables": [],
"fieldbasedtrigger": {
"limit": 30,
"logic": "AND",
"filters": [
{
"type": "object",
"field": "assignedTo",
"value": null,
"_value": {
"display": "",
"itemValue": ""
},
"operator": "changed"
},
{
"type": "object",
"field": "assignedTo",
"value": "false",
"_value": [],
"operator": "isnull"
}
]
}
},
"status": null,
"top": "60",
"left": "100",
"stepType": "\/api\/3\/workflow_step_types\/9300bf69-5063-486d-b3a6-47eb9da24872",
"uuid": "d7153d64-0ae9-429e-8237-1322d421798e"
},
{
"@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": "160",
"left": "411",
"stepType": "\/api\/3\/workflow_step_types\/b593663d-7d13-40ce-a3a3-96dece928722",
"uuid": "73351dfa-8e1a-4c89-80f2-fc6e9871522c"
}
],
"routes": [
{
"@type": "WorkflowRoute",
"name": "Start -> Set Assigned Date",
"targetStep": "\/api\/3\/workflow_steps\/73351dfa-8e1a-4c89-80f2-fc6e9871522c",
"sourceStep": "\/api\/3\/workflow_steps\/d7153d64-0ae9-429e-8237-1322d421798e",
"label": null,
"isExecuted": false,
"uuid": "36450f00-21db-4d29-9540-9dc791a4e627"
}
],
"priority": null,
"uuid": "0ce19390-c2d5-4c7c-8bd3-f3298a144210",
"owners": [],
"isPrivate": false,
"deletedAt": null,
"recordTags": [
"system"
]
}