-
Hi I've tried adding the positional comments that the visual workflow editor uses I've been able to manually copy the yaml contents into the visual editor and it displays the workflow, it just seems to not be able to sync up with a cli made file. Is there a step i need to take to make the visual editor show the workflow? Thanks :-) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This usually happens if the workflow composer thinks the yaml is incorrect in some way. It doesn't need the positional comments, so that won't be the problem. If you are using Chrome, then if you go to Developer Tools and take a look at the console you might see what it is complaining about in the workflow. (Or there should be an equivalent in other browsers). When you say it works manually if you cut and paste the yaml into the visual editor, in that case did you create the workflow in the UI as a new workflow with the +, and then cut/pasted the yaml in? If you can do it that way, then I'd compare the difference between the actions/.meta.yaml and actions/workflows/.yaml when you created it this way, with when you generated it by hand. That might make you see the difference. It may be a problem either with the meta file or the workflow file itself. |
Beta Was this translation helpful? Give feedback.
-
My issue is resolved. |
Beta Was this translation helpful? Give feedback.
My issue is resolved.
Please see my reply to Amanda11 for more information.
#5565 (reply in thread)
Thanks