File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/content/docs/workflows Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11---
22type : example
3- summary : Integrate Workflows with Twilio. Learn how to receive and send text messages and phone calls via APIs and Webhooks.
3+ summary : Integrate Workflows with Twilio. Learn how to receive and send text messages and phone calls via APIs and Webhooks.
44tags :
55 - Workflows
66 - Workers
77pcx_content_type : configuration
88title : Integrate Workflows with Twilio
99sidebar :
1010 order : 4
11- description : Integrate Workflows with Twilio. Learn how to receive and send text messages and phone calls via APIs and Webhooks.
11+ description : Integrate Workflows with Twilio. Learn how to receive and send text messages and phone calls via APIs and Webhooks.
1212---
1313
1414import { Stream } from " ~/components"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Many limits are inherited from those applied to Workers scripts and as documente
2626| Maximum steps per Workflow [ ^ 5 ] | 1024 [ ^ 1 ] | 1024 [ ^ 1 ] |
2727| Maximum Workflow executions | 100,000 per day [ shared with Workers daily limit] ( /workers/platform/limits/#worker-limits ) | Unlimited |
2828| Concurrent Workflow instances (executions) per account | 25 | 100 [ ^ 1 ] |
29- | Maximum number of [ queued instances] ( /workflows/observability/metrics-analytics/#event-types ) | 10,000 [ ^ 1 ] | 100,000 [ ^ 1 ] |
29+ | Maximum number of [ queued instances] ( /workflows/observability/metrics-analytics/#event-types ) | 10,000 [ ^ 1 ] | 100,000 [ ^ 1 ] |
3030| Retention limit for completed Workflow state | 3 days | 30 days [ ^ 2 ] |
3131| Maximum length of a Workflow ID [ ^ 4 ] | 64 characters | 64 characters |
3232
You can’t perform that action at this time.
0 commit comments