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

CloudSlang Prompts should no longer pop-up to end-users for inputs with value #1431

Merged
merged 6 commits into from
Jun 4, 2024

Conversation

praveenkumar-aa
Copy link
Collaborator

@praveenkumar-aa praveenkumar-aa commented May 24, 2024

  • Default behaviour of cslang flows will prompt the user despite the values of inputs are available at runtime for all the inputs marked as prompt user.
  • Enhanced the behaviour to support for not prompting if the input value is available at runtime.
  • The behaviour can be changed using a boolean flag (with default being the older behaviour).
  • The engine will still prompt for those inputs whose value is empty/null at runtime and is marked as prompt user.

@praveenkumar-aa praveenkumar-aa changed the title cslang-prompt-OCTFT19F1571662 CloudSlang Prompts should no longer pop-up to end-users for inputs with value May 30, 2024
@praveenkumar-aa praveenkumar-aa merged commit 6ea3f58 into master Jun 4, 2024
1 check passed
@praveenkumar-aa praveenkumar-aa deleted the praveen-prompt branch June 4, 2024 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants