docs: add JSON reference links to condition and loop flow control docs#4185
Open
opemipodisu wants to merge 1 commit intomasterfrom
Open
docs: add JSON reference links to condition and loop flow control docs#4185opemipodisu wants to merge 1 commit intomasterfrom
opemipodisu wants to merge 1 commit intomasterfrom
Conversation
Collaborator
There was a problem hiding this comment.
Links are not working properly
| Example Expression: ${order_1.total} > 1000 && ${order_1.status} == "pending" | ||
| ``` | ||
|
|
||
| **Using Condition Builder (Raw Expression = FALSE):** |
Collaborator
There was a problem hiding this comment.
Could you here write steps how to build the expression ${order_1.total} > 1000 && ${order_1.status} == "pending" with Condition Builder.
Now you are going through every possible option available in Condition builder and then you do the same thing again in Available Operations.
Collaborator
There was a problem hiding this comment.
Can you also add simple workflow JSON example that uses Condition inside it.
|
|
||
| **Option A: Loop Forever (Continuous Execution)** | ||
| 1. In the **Properties** tab, set **Loop Forever** to `true` | ||
| 2. No expression needed - the loop runs continuously |
Collaborator
There was a problem hiding this comment.
Add step where you use Loop Break to stop the loop so it does not run forever
| > | ||
| > When `loopForever` is set to `true`, ensure your workflow has proper exit logic to avoid infinite execution. Without completion conditions, the loop will continue indefinitely and may consume resources or exceed execution time limits. | ||
|
|
||
| You can refer to this [json file](https://www.npoint.io/docs/73d362abb3b155274638) to see the Loop flow control in action. No newline at end of file |
Collaborator
There was a problem hiding this comment.
It would be better to just paste the example here and not to use third party service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Added JSON reference links to the documentation for Condition and Loop flow controls to provide users with practical examples of how these components work in real-world scenarios.
Type of change
How Has This Been Tested?