<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Looking guidances for triggering multiple automation tasks based on user inputs Yes/No in service catalog in HPE Morpheus Enterprise Software</title>
    <link>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/looking-guidances-for-triggering-multiple-automation-tasks-based/m-p/7251524#M4698</link>
    <description>&lt;P&gt;Thank you for your guidance. I will explore both.&lt;/P&gt;</description>
    <pubDate>Tue, 23 Apr 2024 04:53:28 GMT</pubDate>
    <dc:creator>AungKT</dc:creator>
    <dc:date>2024-04-23T04:53:28Z</dc:date>
    <item>
      <title>Looking guidances for triggering multiple automation tasks based on user inputs Yes/No in service catalog</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/looking-guidances-for-triggering-multiple-automation-tasks-based/m-p/7251523#M4697</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The service catalog will display Yes/No for user inputs such as Enable Security Agent Install, Enable Backup, and so on.&lt;BR /&gt;
I’m just thinking about creating a master workflow in the service catalog that will call back to other automation activities via the Morpheus API.&lt;BR /&gt;
or do you have a better idea based on your own experiences with such use cases?&lt;/P&gt;
&lt;P&gt;I think, I might need to use conditional automation task type. Do we have any demo, recording or tutorial?&lt;/P&gt;
&lt;P&gt;Appreciate for your guidances.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;
Aung&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 16:31:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/looking-guidances-for-triggering-multiple-automation-tasks-based/m-p/7251523#M4697</guid>
      <dc:creator>AungKT</dc:creator>
      <dc:date>2024-04-22T16:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Looking guidances for triggering multiple automation tasks based on user inputs Yes/No in service catalog</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/looking-guidances-for-triggering-multiple-automation-tasks-based/m-p/7251524#M4698</link>
      <description>&lt;P&gt;Thank you for your guidance. I will explore both.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 04:53:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/looking-guidances-for-triggering-multiple-automation-tasks-based/m-p/7251524#M4698</guid>
      <dc:creator>AungKT</dc:creator>
      <dc:date>2024-04-23T04:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Looking guidances for triggering multiple automation tasks based on user inputs Yes/No in service catalog</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/looking-guidances-for-triggering-multiple-automation-tasks-based/m-p/7251525#M4699</link>
      <description>&lt;P&gt;Personally I would go with Ansible playbook(s) and/or build the tasks in a way they can all be placed in a single workflow but you can defiantly take a look at conditional workflows and see if it fits your needs.&lt;/P&gt;
&lt;P&gt;Here is a example to get you started.&lt;/P&gt;
&lt;PRE style="background : #f0f1f2;"&gt;&lt;CODE class="lang-auto"&gt;if (customOptions.installMySQL == "yes") {
    return true;
} else if (customOptions.installMySQL == "no") {
    return false;
}
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;/P&gt;&lt;DIV class="lightbox-wrapper"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/149880iEAF10B415A706E3D/image-size/large?v=v2&amp;amp;px=2000" role="button" title="e63e432cec01d4959e6d34b35f057e43323f9c7c.png" alt="e63e432cec01d4959e6d34b35f057e43323f9c7c.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If you go this route I would make sure you map this out ahead of time because it can become a lot to keep track of when you have more than a couple conditionals. &lt;IMG src="https://emoji.discourse-cdn.com/twitter/slight_smile.png?v=12" title=":slight_smile:" class="emoji" alt=":slight_smile:" loading="lazy" width="20" height="20" /&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 02:58:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/looking-guidances-for-triggering-multiple-automation-tasks-based/m-p/7251525#M4699</guid>
      <dc:creator>tyboyd</dc:creator>
      <dc:date>2024-04-23T02:58:56Z</dc:date>
    </item>
  </channel>
</rss>

