Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Hallucination information removed
  • Loading branch information
adutta-newrelic committed Dec 2, 2025
commit 28f34ec94582e60513ff460063d865f77b243ca4
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,22 @@ freshnessValidatedDate: never
<td>50KB</td>
</tr>
<tr>
<td>No of Workflow definitions (Including all versions)</td>
<td>No of Workflow definitions at account level(excluding versions count)</td>
<td></td>
<td>1000</td>
</tr>
<tr>
<td>No of Workflow definitions at org level (including all versions)</td>
<td>No of Workflow definitions at org level (excluding versions count)</td>
<td></td>
<td>1000</td>
</tr>
<tr>
<td>No of versions per workflow definition at account level</td>
<td></td>
<td>1000</td>
</tr>
<tr>
<td>No of versions per workflow definition at org level</td>
<td></td>
<td>1000</td>
</tr>
Expand All @@ -67,7 +77,7 @@ freshnessValidatedDate: never
<tr>
<td>Length of a workflow input value</td>
<td></td>
<td>1000 characters</td>
<td>1000 Characters</td>
</tr>
<tr>
<td>Workflow concurrent runs (per account)</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ See [Set up AWS credentials](/docs/workflow-automation/setup-and-configuration/s
<tbody>
<tr>
<td>**response**</td>
<td>object</td>
<td>Object</td>
<td>
```yaml
{
Expand Down Expand Up @@ -203,7 +203,7 @@ See [Set up AWS credentials](/docs/workflow-automation/setup-and-configuration/s
<tr>
<td>
```yaml
name: get-lambda-logs
name: get-lambda-logs
description: 'Retrieve log events from an AWS Lambda function'
workflowInputs:
region:
Expand Down Expand Up @@ -385,7 +385,7 @@ See [Set up AWS credentials](/docs/workflow-automation/setup-and-configuration/s
<tr>
<td>
```yaml
name: get-lambda-logs
name: get-lambda-logs
description: 'Retrieve log events from an AWS Lambda function'
workflowInputs:
region:
Expand Down
Loading