-
Notifications
You must be signed in to change notification settings - Fork 17
Conversation
docs/blocks.md
Outdated
@@ -274,3 +275,13 @@ The *Check* block accepts input from 2 sources and lets you write expressions wi | |||
| Primary (`Primary`) | `output` | Passes data received from `Primary` input port if the condition resolves to `True`| | |||
|
|||
--- | |||
|
|||
### Create Durables | |||
The *Create Durables* allows bool, number, string and timestamp to be made durable, durables or durable data is the data that can persists across mutiple connected blocks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be made better.
- Its is ambiguous as to what bool, number, string and timestamp words are. Are they token?.
- Incorrect sentence structure.
- The behavior of durables could be explained better.
- An example use-case could be given
[Parse JSON](#Parse-JSON) | Experimental |Parses the incoming data to JSON | 21.09.1 | ||
[Concatenate](#Concatenate) | Experimental | Take 2 data pieces and put them in a single array list | ||
[Condition](#Condition) | Experimental | Checks for the given condition and passes data to either "Accept" or "Reject" port | ||
[Check](#Check) | Experimental | Check for the given condition from 2 different inputs and pass data only if condition resolves to `True` | ||
[Create Durables](#Create-Durables) | Experimental | Set some value to be made durable | 21.12.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Create Data
block is missing
docs/blocks.md
Outdated
@@ -237,7 +195,7 @@ new List. | |||
--- | |||
|
|||
### Parse JSON | |||
Stage: Experimental | |||
Stage: Removed | |||
|
|||
> Warning: This block has been marked to removed in the future versions. This will be replace by a more generic parsing block. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update this message to tell uses to use the send request block's config
docs/blocks.md
Outdated
[Check](#Check) | Experimental | Check for the given condition from 2 different inputs and pass data only if condition resolves to `True` | ||
[Condition](#Condition) | Experimental | Checks for the given condition and passes data to either "Accept" or "Reject" port | 21.11.1 | ||
[Check](#Check) | Experimental | Check for the given condition from 2 different inputs and pass data only if condition resolves to `True` | 21.11.1 | ||
[Create Durables](#Create-Durables) | Experimental | Set some value to be made durable | 21.12.2 | 21.12.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Create data block is again missing!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added
docs/blocks.md
Outdated
[Condition](#Condition) | Experimental | Checks for the given condition and passes data to either "Accept" or "Reject" port | 21.11.1 | ||
[Check](#Check) | Experimental | Check for the given condition from 2 different inputs and pass data only if condition resolves to `True` | 21.11.1 | ||
[Create Durables](#Create-Durables) | Experimental | Set some value to be made durable | 21.12.2 | 21.12.2 | ||
[Assign Variables](#Assign-Variable)| Deprecated | Use Send Request's configuration to pass data to request variables | | 21.12.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What was updated in 21.12.2?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding each and every change that we make to a block, will make things clumsy in this file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where else is the source of truth?
No description provided.