Skip to content

Commit 28f34ec

Browse files
Hallucination information removed
1 parent fc73171 commit 28f34ec

File tree

17 files changed

+767
-448
lines changed

17 files changed

+767
-448
lines changed

src/content/docs/workflow-automation/limitations-and-faq/workflow-limits.mdx

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,22 @@ freshnessValidatedDate: never
4040
<td>50KB</td>
4141
</tr>
4242
<tr>
43-
<td>No of Workflow definitions (Including all versions)</td>
43+
<td>No of Workflow definitions at account level(excluding versions count)</td>
4444
<td></td>
4545
<td>1000</td>
4646
</tr>
4747
<tr>
48-
<td>No of Workflow definitions at org level (including all versions)</td>
48+
<td>No of Workflow definitions at org level (excluding versions count)</td>
49+
<td></td>
50+
<td>1000</td>
51+
</tr>
52+
<tr>
53+
<td>No of versions per workflow definition at account level</td>
54+
<td></td>
55+
<td>1000</td>
56+
</tr>
57+
<tr>
58+
<td>No of versions per workflow definition at org level</td>
4959
<td></td>
5060
<td>1000</td>
5161
</tr>
@@ -67,7 +77,7 @@ freshnessValidatedDate: never
6777
<tr>
6878
<td>Length of a workflow input value</td>
6979
<td></td>
70-
<td>1000 characters</td>
80+
<td>1000 Characters</td>
7181
</tr>
7282
<tr>
7383
<td>Workflow concurrent runs (per account)</td>

src/content/docs/workflow-automation/setup-and-configuration/actions-catalog/aws/aws-cloudwatch.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ See [Set up AWS credentials](/docs/workflow-automation/setup-and-configuration/s
161161
<tbody>
162162
<tr>
163163
<td>**response**</td>
164-
<td>object</td>
164+
<td>Object</td>
165165
<td>
166166
```yaml
167167
{
@@ -203,7 +203,7 @@ See [Set up AWS credentials](/docs/workflow-automation/setup-and-configuration/s
203203
<tr>
204204
<td>
205205
```yaml
206-
name: get-lambda-logs
206+
name: get-lambda-logs
207207
description: 'Retrieve log events from an AWS Lambda function'
208208
workflowInputs:
209209
region:
@@ -385,7 +385,7 @@ See [Set up AWS credentials](/docs/workflow-automation/setup-and-configuration/s
385385
<tr>
386386
<td>
387387
```yaml
388-
name: get-lambda-logs
388+
name: get-lambda-logs
389389
description: 'Retrieve log events from an AWS Lambda function'
390390
workflowInputs:
391391
region:

0 commit comments

Comments
 (0)