-
Notifications
You must be signed in to change notification settings - Fork 356
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
[RFE] ManageIQ Workflows - UI #8715
Comments
|
1 additional point , for view graph , we can directly integratee with the toolkit or plugin to render the state machine from the json . |
@noopurAg This looks good to me overall, but I have some comments:
|
@Fryguy thanks for the feedback. |
Adding the mockup UI for Entrypoints for the Service Dialogs - |
@noopurAg Looks good to me - couple thoughts:
|
@agrare This actually now raises more questions - we pull the name from the workflow asl file itself, but do have a more "permanent" uid somehow? What happens if someone changes the name? My mind is going to export/import (without git repos, for example). |
@Fryguy yeah we can add a guid to |
@Fryguy the suggested naming conventions seem good .. 'll make the corrections accordingly... I think it'll be too many workflows to display in a single dropdown, might be a list of 100-200 items .. is there a way we can subdivide it? or maybe display as a simple list ( not needed to be in the tree format ) would be better? |
@agrare filename or perhaps path if it's eventually nested under folders. Only downside to GUID is if the same repository is pulled into a separate region or instance of MIQ, then it will be all different guids |
If we're thinking these will primarily be coming from git repos, then the repo_name + branch + file_path would make sense as the "unique" attribute across export/import. If there is no git repo then just file_path would have to be enough. |
@Fryguy -please review saved-worflows.movManageIQ/ui-components#469 for |
@Fryguy I have come up with the following design for the instances activity page for Service (having workflow entry point) with a catalog item (includes workflow). Here are the screens : Instead of workflow_name, we will have activity names for the workflow in execution later on when we click on particular workflow .... OR @Fryguy please review and suggest. Thanks! |
I have a couple of suggestions though in 1 service we can have different entry points and each entry point ll have a workflow Activity_Name Status |
Marking this as completed. Other functionality will be moved to future PRs |
Tracking issue for the UI implementation of the design: ManageIQ/manageiq#22302
Automate -> Embedded Workflows
(can probably be copied from Embedded Ansible) - [WIP] Embedded Workflow integration #8718Workflows
- Adding menu items and pages for Workflows and WorkflowRepositories #8774Repositories
- Similar (copy/paste?) to Embedded Ansible -> Repositories - Adding menu items and pages for Workflows and WorkflowRepositories #8774Credentials
- Similar (copy/paste?) to Embedded Ansible -> Credentials - Added Embedded Workflows / Credentials Page #8834The text was updated successfully, but these errors were encountered: