You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: managing_providers/_topics/embedded_workflows.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
For the *Embedded Workflows* feature, the following pages are available in the UI, which you can use to access and work with workflows. To view these pages, go to **Automation** > **Embedded Workflows** and select the page.
The provisioning, reconfigure, and retirement entry points include the option for using **Embedded Workflows** or **Embedded Automate**. You can set the point field to the workflow that you want to use for any, or all, of the three service entry points.
9. Confirm that the synchronization with your repository is successful by viewing the list of workflows that are detected for the repository.
77
77
@@ -86,7 +86,7 @@ If you need to delete a repository, select the repository from the list of repos
86
86
When your repository is added, the repository shows in the *Repositories* list. You can now click the entry for the repository to open it so that you can view the imported workflows.
87
87
If any workflows are found, click the corresponding number to view the list of workflows.
@@ -118,7 +118,7 @@ Credentials are used by {{ site.data.product.title_short }} for any authenticati
118
118
119
119
1. Browse to the menu: **Automation** > **Embedded Workflows** > **Credentials**.
120
120
121
-
2. Click **Configuration**, then  (**Add New Credential**).
121
+
2. Click **Configuration**, then  (**Add New Credential**).
122
122
123
123
3. Provide a **Name** for the credential.
124
124
@@ -171,7 +171,7 @@ Workflows must be authored in Amazon State Languages (ASL) format. As part of au
171
171
172
172
Pull secrets for containers are used differently between appliances and the OpenShift Container Platform (OCP). These differences are outlined in the following sections.
173
173
174
-
#### Running an Embedded Workflow on Appliances
174
+
#### Running an Embedded Workflow on Appliances
175
175
176
176
* On appliances, `podman` is used to execute the container so use [podman login](https://docs.podman.io/en/stable/markdown/podman-login.1.html) as the `manageiq` user.
177
177
@@ -309,11 +309,11 @@ Once a workflow is imported, you can view the details, such as to verify the pay
309
309
310
310
2. Click a workflow. The default *Text* view of the workflow opens where you see the code content.
3. If your workflow has credential fields, create a workflow credential for each of the fields. For more information about creating a credential, see [Adding Credentials](#adding-credentials).
319
319
@@ -345,7 +345,7 @@ Dialogs are the part of {{ site.data.product.title_short }} that you interface w
345
345
346
346
4. Click the **Options** tab. You can now select between *Embedded Automate* and *Embedded Workflows* in the Automation field.
If you choose **Embedded Workflows**, you can select the workflow to run. Complete the remaining fields and click **Save** when you complete the form. You can chain dialog fields together by using **Fields to refresh**, which lets one dialog field trigger the run of another when there are interdependencies. When you *order* a service catalog, any dynamic dialogs that are backed by embedded workflows run in the background to populate the dialogs.
351
351
@@ -356,17 +356,17 @@ You can create a generic service catalog item that uses an embedded workflow. To
356
356
1. Click **Services** > **Catalogs**.
357
357
2. The *Service Catalogs* section opens and you see the existing Service Catalogs. If you want to order one, click it and then **Order**.
Complete the fields for your specified dialog. Then, click **Submit**.
362
362
363
363
3. If you want to know more about the item first or to edit it, click the **Catalogs** section, and then click that item that is created. Click **Configuration** > **Edit this item**.
4. When you complete all your edits, click **Save**.
368
368
5. Confirm that you can order the service catalog item and that it runs the workflows to drive the dynamic dialog dropdown.
369
369
370
370
The list of services and requests is shown when the catalog item is submitted. Clicking the request shows the execution status, including any embedded workflows.
0 commit comments