Skip to content

Commit

Permalink
Merge pull request #16355 from mvdbeek/improve_help_text_conditional
Browse files Browse the repository at this point in the history
[23.1] Improve help text for conditional workflow step
  • Loading branch information
mvdbeek committed Jul 1, 2023
2 parents ea07ddb + 3e95ac2 commit 1c4eb70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function onSkipBoolean(value: boolean) {
id="__conditional"
:value="conditionalDefined"
title="Conditionally skip step?"
help="Set to true and connect a boolean parameter that determines whether step will be skipped"
help="Set to true and connect a boolean parameter that determines whether the step should run. The step runs if the parameter value is true and will be skipped if the parameter value is false"
type="boolean"
@input="onSkipBoolean"></FormElement>
<!-- We don't seem to have a disabled text field
Expand Down

0 comments on commit 1c4eb70

Please sign in to comment.