Skip to content

Commit 0b9c29b

Browse files
GitHub Actionsjmagak
authored andcommitted
Building and Deploying Serverless Workflows
1 parent 1bef1ca commit 0b9c29b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

assemblies/assembly-building-and-deploying-serverless-workflows.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ include::modules/orchestrator/con-why-build-workflow-images.adoc[leveloffset=+1]
2424
include::modules/orchestrator/con-project-structure-overview.adoc[leveloffset=+2]
2525

2626
// creating and running workflows locally
27-
include::modules/orchestrator/proc-getting-started.adoc[leveloffset=+1]
27+
include::modules/orchestrator/proc-creating-and-running-workflows.adoc[leveloffset=+2]
2828

2929
// building locally and generating artifacts
3030
include::modules/orchestrator/proc-building-locally.adoc[leveloffset=+1]
3131

3232
// the script and its uses
3333
include::modules/orchestrator/con-build-sh-script-and-its-uses.adoc[leveloffset=+2]
3434

35-
// environment Variables supported by the script
35+
// environment variables supported by the script
3636
include::modules/orchestrator/con-environment-variables-supported-by-the-build-script.adoc[leveloffset=+2]
3737

3838
// required tools

modules/orchestrator/proc-getting-started.adoc renamed to modules/orchestrator/proc-creating-and-running-workflows.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
:_mod-docs-content-type: PROCEDURE
22

3-
[id="proc-getting-started.adoc_{context}"]
4-
= Creating and running workflows locally
3+
[id="proc-creating-and-running-workflows.adoc_{context}"]
4+
= Creating and running your serverless workflow project locally
55

6-
The `kn-workflow` CLI is an essential tool for creating workflow projects. You can begin developing a new serverless workflow locally by following these steps:
6+
The `kn-workflow` CLI is an essential tool that generates workflow manifests and project structures. To ensure successful development and immediate testing, begin developing a new serverless workflow locally by following these steps:
77

88
.Procedure
99
. Use the `kn-workflow` CLI to create a new workflow project, which adheres to the Quarkus structure as shown in the following example:

0 commit comments

Comments
 (0)