Skip to content

Action output argument should not be called "Action" #271

Description

@nicolasdemauroy

It generates compile error by having to getActionRef methods. ACTION should be forbidden as name of an action input or output argument.

	public ActionRef getActionRef() {
		return new ActionRef();
	}

	public SActionOutputDataRef<TextDataEltType> getActionRef() {
		return ActionExecution.getActionOutputDataRef("ACTION",new TextDataEltType(),1);
	}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions