- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise Software
- >
- Re: Looking guidances for triggering multiple auto...
Categories
Company
Local Language
Forums
Discussions
- Integrity Servers
- Server Clustering
- HPE NonStop Compute
- HPE Apollo Systems
- High Performance Computing
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp Software
Knowledge Base
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2024 09:31 AM
04-22-2024 09:31 AM
Looking guidances for triggering multiple automation tasks based on user inputs Yes/No in service catalog
Hi,
The service catalog will display Yes/No for user inputs such as Enable Security Agent Install, Enable Backup, and so on.
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.
or do you have a better idea based on your own experiences with such use cases?
I think, I might need to use conditional automation task type. Do we have any demo, recording or tutorial?
Appreciate for your guidances.
Thanks,
Aung
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2024 09:53 PM
04-22-2024 09:53 PM
Re: Looking guidances for triggering multiple automation tasks based on user inputs Yes/No in service catalog
Thank you for your guidance. I will explore both.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2024 07:58 PM
04-22-2024 07:58 PM
Re: Looking guidances for triggering multiple automation tasks based on user inputs Yes/No in service catalog
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.
Here is a example to get you started.
if (customOptions.installMySQL == "yes") {
return true;
} else if (customOptions.installMySQL == "no") {
return false;
}
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. ![]()
Hope this helps!
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]