|
| 1 | +:_mod-docs-content-type: ASSEMBLY |
| 2 | + |
| 3 | +ifdef::context[] |
| 4 | +[id="assembly-building-and-deploying-serverless-workflows"] |
| 5 | +endif::[] |
| 6 | +:context: orchestrator-rhdh |
| 7 | += Build and deploy serverless workflows |
| 8 | + |
| 9 | +To deploy a workflow and make it available in the Orchestrator plugin, follow these main steps: |
| 10 | + |
| 11 | +* Building workflow images |
| 12 | +* Generating workflow manifests |
| 13 | +* Deploying workflows to a cluster |
| 14 | +
|
| 15 | +This process moves the workflow from your local machine to deployment on a cluster. |
| 16 | + |
| 17 | +// why build workflow images |
| 18 | +include::modules/orchestrator/con-benefits-of-workflow-images.adoc[leveloffset=+1] |
| 19 | + |
| 20 | +// project structure |
| 21 | +include::modules/orchestrator/con-project-structure-overview.adoc[leveloffset=+2] |
| 22 | + |
| 23 | +// creating and running workflows locally |
| 24 | +include::modules/orchestrator/proc-creating-and-running-workflows.adoc[leveloffset=+2] |
| 25 | + |
| 26 | +// building locally and generating artifacts |
| 27 | +include::modules/orchestrator/proc-building-locally.adoc[leveloffset=+1] |
| 28 | + |
| 29 | +// the script and its uses |
| 30 | +include::modules/orchestrator/con-build-sh-script-and-its-uses.adoc[leveloffset=+2] |
| 31 | + |
| 32 | +// environment variables supported by the script |
| 33 | +include::modules/orchestrator/con-environment-variables-supported-by-the-build-script.adoc[leveloffset=+2] |
| 34 | + |
| 35 | +// required tools |
| 36 | +include::modules/orchestrator/con-required-tools.adoc[leveloffset=+2] |
| 37 | + |
| 38 | +// building the 01_basic workflow |
| 39 | +include::modules/orchestrator/proc-building-the-01-basic-workflow.adoc[leveloffset=+2] |
| 40 | + |
| 41 | +// generated workflow manifests |
| 42 | +include::modules/orchestrator/con-generated-workflow-manifests.adoc[leveloffset=+1] |
| 43 | + |
| 44 | +// deploy workflows on a cluster |
| 45 | +include::modules/orchestrator/proc-deploying-workflows-on-a-cluster.adoc[leveloffset=+1] |
0 commit comments