Skip to content
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

confluence-task: support for workflow default variable #71

Open
benbroadaway opened this issue Nov 11, 2021 · 0 comments
Open

confluence-task: support for workflow default variable #71

benbroadaway opened this issue Nov 11, 2021 · 0 comments

Comments

@benbroadaway
Copy link
Collaborator

Currently, the runtime-v2 confluence plugin does not support workflow-defined default variables like the documentation suggests.

configuration:
  arguments:
    confluenceParams:
      apiUrl: "https://confluence.example.com/rest/api/"

It does support policy-defined default variables, but a user can't use a "global" workflow variable defined in configuration.arguments to override the defaults.

Result result = new ConfluenceTaskCommon(context.workingDirectory(), context.variables().toMap())
.execute(TaskParams.of(input, context.defaultVariables().toMap()));

For parity with the runtime-v1 task implementation, it should look for a similar default global variable and let it override the policy-defined default.

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

No branches or pull requests

1 participant