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

Allow access to any exec_output in a rule #22

Open
JordanSussman opened this issue Aug 31, 2018 · 2 comments
Open

Allow access to any exec_output in a rule #22

JordanSussman opened this issue Aug 31, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@JordanSussman
Copy link
Collaborator

This would allow you to cover scenario where you want to access output of multiple execs individually

@JordanSussman JordanSussman added the enhancement New feature or request label Aug 31, 2018
@wass3r wass3r changed the title Use namespace for exec_output Allow access to any exec_output in a rule Oct 23, 2018
@wass3r
Copy link
Collaborator

wass3r commented Oct 23, 2018

currently, exec_output is overwritten by the last output of an exec action. the ask is to come up with a solution to be able to access the output of any exec action in a rule.

@wass3r
Copy link
Collaborator

wass3r commented Oct 23, 2018

couple of solutions:

  1. reassign output to a different user-defined variable
  2. use other action property, ie. name to namespace the output
  3. add global mechanism to assign something to a user-defined variable

other thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants