8000 Modularizing chapter 8 of controller user guide (#3515) by EMcWhinn · Pull Request #3524 · ansible/aap-docs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Modularizing chapter 8 of controller user guide (#3515) #3524

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
:_mod-docs-content-type: ASSEMBLY

[id="controller-workflow-job-templates"]

= Workflow job templates

:context: worklow-job-templates

You can create both Job templates and Workflow job templates from {MenuAETemplates}.

For Job templates, see xref:controller-job-templates[Job templates].
Expand All @@ -15,11 +19,15 @@ These resources include the following:
* Inventory source syncs

The *Automation Templates* page shows the workflow and job templates that are currently available.
The default view is to show each template as a card, showing the template name and template type.

//The default view is to show each template as a card, showing the template name and template type.

Select the template name to display more information about the template, including when it last ran.
This list is sorted alphabetically by name, but you can sort by other criteria, or search by various fields and attributes of a template.

From the template card you can launch image:rightrocket.png[Rightrocket,15,15], edit image:leftpencil.png[Leftpencil,15,15] a template, or, using the {MoreActionsIcon} icon, you can duplicate image:copy.png[Duplicate,15,15] or delete image:delete-button.png[Delete,15,15]a template.
From this screen you can launch image:rightrocket.png[Launch icon,15,15] , edit image:leftpencil.png[Edit icon,15,15], and duplicate image:copy.png[Duplicate icon, 15,15] a workflow job template.

//From the template card you can launch image:rightrocket.png[Launch,15,15], edit image:leftpencil.png[Leftpencil,15,15] a template, or, using the {MoreActionsIcon} icon, you can duplicate image:copy.png[Duplicate,15,15] or delete image:delete-button.png[Delete,15,15]a template.

Only workflow templates have the workflow visualizer image:visualizer.png[Workflow visualizer,15,15] icon as a shortcut for accessing the workflow editor.

Expand All @@ -34,16 +42,29 @@ For further instructions, see the xref:controller-workflow-visualizer[Workflow v
====

include::platform/proc-controller-create-workflow-template.adoc[leveloffset=+1]

include::platform/con-controller-work-with-permissions.adoc[leveloffset=+1]

include::platform/con-controller-workflow-notifications.adoc[leveloffset=+1]

include::platform/con-controller-view-completed-workflow-jobs.adoc[leveloffset=+1]

include::platform/proc-controller-scheduling-workflow-job-templates.adoc[leveloffset=+1]

include::platform/con-controller-workflow-job-surveys.adoc[leveloffset=+1]

include::platform/con-controller-workflow-visualizer.adoc[leveloffset=+1]

include::platform/proc-controller-build-workflow.adoc[leveloffset=+2]

include::platform/ref-controller-approval-nodes.adoc[leveloffset=+2]

include::platform/proc-controller-building-nodes-scenarios.adoc[leveloffset=+2]

include::platform/proc-controller-edit-nodes.adoc[leveloffset=+2]

include::platform/proc-controller-launch-workflow-template.adoc[leveloffset=+1]

include::platform/proc-controller-copy-workflow-job-template.adoc[leveloffset=+1]

include::platform/ref-controller-workflow-job-template-extra-variables.adoc[leveloffset=+1]
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:_mod-docs-content-type: CONCEPT

[id="controller-work-with-permissions"]

= Work with permissions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

= Work with notifications

For information on working with notifications in workflow job templates, see xref:controller-work-with-notifications[Work with notifications].
For information about working with notifications in workflow job templates, see xref:controller-work-with-notifications[Work with notifications].
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You can set up any combination of two or more of the following node types to bui
. To launch the workflow visualizer, use one of these methods:
** From the navigation panel, select {MenuAETemplates}.
*** Select a workflow template and click btn:[View workflow visualizer].
** From the *Templates* list view, click the image:visualizer.png[Visualizer,15,15] icon next to a workflow job template.
** From the *Automation Templates* list view, click the image:visualizer.png[Visualizer,15,15] icon next to a workflow job template.
+
//image::ug-wf-editor-create.png[Launch visualizer]
+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ The user duplicating the workflow template is granted the administrator permissi

.Procedure


. From the navigation panel, select {MenuAETemplates}.
. Click the {MoreActionIcon) icon associated with the template that you want to duplicate and select the image:copy.png[Duplicate Template,15,15] Duplicate Template icon.
. Click the image:options_menu.png[More options,15,15]) icon associated with the template that you want to duplicate and select the image:copy.png[Duplicate Template,15,15] Duplicate template icon.
* The new template with the name of the template from which you duplicated and a timestamp displays in the list of templates.
. Click to open the new template and click btn:[Edit template].
. Replace the contents of the *Name* field with a new name, and give or change the entries in the other fields to complete this page.
. Click btn:[Save job template].


[NOTE]
====
If a resource has a related resource that you do not have the right level of permission to, you cannot duplicate the resource. For example, in the case where a project uses a credential that a current user only has Read access.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
:_mod-docs-content-type: PROCEDURE

[id="controller-create-workflow-template"]

= Creating a workflow job template

:context: create-worklow-job-templates

To create a new workflow job template, complete the following steps:

[IMPORTANT]
Expand Down
0