-
Notifications
You must be signed in to change notification settings - Fork 0
/
openfn-49c3c9be-dd0e-440a-b271-122f44f064a5-state.json
87 lines (87 loc) · 3.4 KB
/
openfn-49c3c9be-dd0e-440a-b271-122f44f064a5-state.json
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
{
"id": "49c3c9be-dd0e-440a-b271-122f44f064a5",
"name": "regression-testing",
"description": null,
"inserted_at": "2024-09-05T16:03:07Z",
"updated_at": "2024-09-05T16:33:08Z",
"project_credentials": {
"[email protected]_Testing_Underscores": {
"id": "82980209-cc99-4503-954f-828b8a3cdab4",
"name": "Ayodele_Testing_Underscores",
"owner": "[email protected]"
}
},
"scheduled_deletion": null,
"history_retention_period": null,
"dataclip_retention_period": null,
"retention_policy": "retain_all",
"requires_mfa": false,
"workflows": {
"test-with-dangling-node": {
"id": "6aef35fa-1f2d-4ca0-b0d7-1e696e1c58ad",
"name": "test with dangling node",
"inserted_at": "2024-09-05T16:43:35.392130Z",
"lock_version": 6,
"triggers": {
"webhook": {
"enabled": true,
"id": "fea38a01-e8e5-4bd8-88b0-c47e66e6e65a",
"type": "webhook"
}
},
"jobs": {
"New-job-in-a-test": {
"id": "abb99c8f-3dc0-45ef-8c12-14a173a22db4",
"name": "New job in a test",
"body": "\n// Check out the Job Writing Guide for help getting started:\n// https://docs.openfn.org/documentation/jobs/job-writing-guide\n",
"adaptor": "@openfn/language-common@latest",
"project_credential_id": null
},
"Do-something-new": {
"id": "887ac6c9-7640-4f66-8f7d-55cb151a163b",
"name": "Do something new",
"body": "\n// Check out the Job Writing Guide for help getting started:\n// https://docs.openfn.org/documentation/jobs/job-writing-guide\n",
"adaptor": "@openfn/language-common@latest",
"project_credential_id": null
},
"Fix-this": {
"id": "f8e89521-fed1-4ae0-837e-04e9753e07ee",
"name": "Fix this",
"body": "\n// Check out the Job Writing Guide for help getting started:\n// https://docs.openfn.org/documentation/jobs/job-writing-guide\n",
"adaptor": "@openfn/language-common@latest",
"project_credential_id": null
},
"Another-branch": {
"id": "fcc8ef94-9dee-4dfc-80c0-6fdb89214ef6",
"name": "Another branch",
"body": "\n// Check out the Job Writing Guide for help getting started:\n// https://docs.openfn.org/documentation/jobs/job-writing-guide\n",
"adaptor": "@openfn/language-common@latest",
"project_credential_id": null
}
},
"edges": {
"webhook->New-job-in-a-test": {
"enabled": true,
"id": "4390223a-0ef3-4bb1-8fc3-c81d998b01c9",
"source_trigger_id": "fea38a01-e8e5-4bd8-88b0-c47e66e6e65a",
"condition_type": "always",
"target_job_id": "abb99c8f-3dc0-45ef-8c12-14a173a22db4"
},
"New-job-in-a-test->Do-something-new": {
"enabled": true,
"id": "b1282999-771d-4043-86cc-bbb43f7ed37d",
"source_job_id": "abb99c8f-3dc0-45ef-8c12-14a173a22db4",
"condition_type": "on_job_success",
"target_job_id": "887ac6c9-7640-4f66-8f7d-55cb151a163b"
},
"Do-something-new->Another-branch": {
"enabled": true,
"id": "090d2320-8f00-413f-89bc-b7fb06d938bb",
"source_job_id": "887ac6c9-7640-4f66-8f7d-55cb151a163b",
"condition_type": "on_job_success",
"target_job_id": "fcc8ef94-9dee-4dfc-80c0-6fdb89214ef6"
}
}
}
}
}