-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopenfn-49c3c9be-dd0e-440a-b271-122f44f064a5-spec.yaml
66 lines (58 loc) · 2 KB
/
openfn-49c3c9be-dd0e-440a-b271-122f44f064a5-spec.yaml
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
name: regression-testing
description: null
credentials:
[email protected]_Testing_Underscores:
name: Ayodele_Testing_Underscores
owner: [email protected]
workflows:
test-with-dangling-node:
name: test with dangling node
jobs:
New-job-in-a-test:
name: New job in a test
adaptor: '@openfn/language-common@latest'
credential: null
body: |
// Check out the Job Writing Guide for help getting started:
// https://docs.openfn.org/documentation/jobs/job-writing-guide
Do-something-new:
name: Do something new
adaptor: '@openfn/language-common@latest'
credential: null
body: |
// Check out the Job Writing Guide for help getting started:
// https://docs.openfn.org/documentation/jobs/job-writing-guide
Fix-this:
name: Fix this
adaptor: '@openfn/language-common@latest'
credential: null
body: |
// Check out the Job Writing Guide for help getting started:
// https://docs.openfn.org/documentation/jobs/job-writing-guide
Another-branch:
name: Another branch
adaptor: '@openfn/language-common@latest'
credential: null
body: |
// Check out the Job Writing Guide for help getting started:
// https://docs.openfn.org/documentation/jobs/job-writing-guide
triggers:
webhook:
type: webhook
enabled: true
edges:
webhook->New-job-in-a-test:
source_trigger: webhook
target_job: New-job-in-a-test
condition_type: always
enabled: true
New-job-in-a-test->Do-something-new:
source_job: New-job-in-a-test
target_job: Do-something-new
condition_type: on_job_success
enabled: true
Do-something-new->Another-branch:
source_job: Do-something-new
target_job: Another-branch
condition_type: on_job_success
enabled: true