-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate_01.html
More file actions
48 lines (41 loc) · 1.31 KB
/
template_01.html
File metadata and controls
48 lines (41 loc) · 1.31 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
<div class="explainer">
<div class="explainer-number-container">
<div class="step-number">1</div>
</div>
<div class="explainer-text">
<h2>Process initialization</h2>
<ul>
<li>Triggers by a business request</li>
<li>Signed-off through an approval process</li>
<li>Initializes workflow for pipeline</li>
</ul>
</div>
</div>
<div class="explainer">
<div class="explainer-number-container">
<div class="step-artifact">
<div class="step-artifact-label">A</div>
</div>
</div>
<div class="explainer-text">
<h2>Integration utility</h2>
<ul>
<li>Integration between the service request layer and the pipeline orchestration technology</li>
<li>Typically an API, push request</li>
<li>Requires trust and identity validation</li>
</ul>
</div>
</div>
<div class="explainer">
<div class="explainer-number-container">
<div class="step-number">2</div>
</div>
<div class="explainer-text">
<h2>Metadata Aggregation</h2>
<ul>
<li>Collects data which describes the properties of the requester, the medium of delivery and the target
platform
environment</li>
</ul>
</div>
</div>