Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Update blocks.md #219

Merged
merged 11 commits into from
Jan 22, 2022
Merged

Update blocks.md #219

merged 11 commits into from
Jan 22, 2022

Conversation

dev-kanishk
Copy link
Contributor

No description provided.

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.
Copy link
Collaborator

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
Copy link
Collaborator

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.
Copy link
Collaborator

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
Copy link
Collaborator

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!

Copy link
Contributor Author

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
Copy link
Collaborator

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?

Copy link
Contributor Author

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.

Copy link
Collaborator

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?

@saswatds saswatds merged commit dd08468 into main Jan 22, 2022
@saswatds saswatds deleted the dev-kanishk-patch-1 branch January 22, 2022 03:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants