-
Notifications
You must be signed in to change notification settings - Fork 9
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
Is it possible to use **array of** for the input of a action #9
Comments
Is there any update on this issues? |
I started working on the topic yesterday and finished a first prototype. I'll get back to you later. regards |
The parser has been enhanced based on Issue #9 so that it also works with array of definitions and resolves them correctly.
I have published a beta version (2.6.2-beta.0). Regards |
Hi, the beta version was able to build the type array of for the action! |
I released version 2.6.2 today which includes the enhancements. Regards |
Is it possible to use array of for the input of the action, currently, this will return error:
Error: Cannot read property 'ref' of undefined
action createTemplate(template : Templates, templateSections : array of TemplateSections, templateSectionFields : array of TemplateSectionFields, templateCopied : String) returns CommonActionOutput;
Originally posted by @andrew-mai-laidon in #7 (comment)
The text was updated successfully, but these errors were encountered: