@@ -100,7 +100,10 @@ def create(
100100
101101 workflow: The key of the workflow.
102102
103- data: An optional map of data to pass into the workflow execution.
103+ data: An optional map of data to pass into the workflow execution. There is a 1024
104+ byte limit on the size of any single string value (with the exception of
105+ [email attachments](/integrations/email/attachments)), and a 10MB limit on the
106+ size of the full `data` payload.
104107
105108 ending_at: The ending date and time for the schedule.
106109
@@ -166,7 +169,10 @@ def update(
166169 actor: A reference to a recipient, either a user identifier (string) or an object
167170 reference (ID, collection).
168171
169- data: An optional map of data to pass into the workflow execution.
172+ data: An optional map of data to pass into the workflow execution. There is a 1024
173+ byte limit on the size of any single string value (with the exception of
174+ [email attachments](/integrations/email/attachments)), and a 10MB limit on the
175+ size of the full `data` payload.
170176
171177 ending_at: The ending date and time for the schedule.
172178
@@ -359,7 +365,10 @@ async def create(
359365
360366 workflow: The key of the workflow.
361367
362- data: An optional map of data to pass into the workflow execution.
368+ data: An optional map of data to pass into the workflow execution. There is a 1024
369+ byte limit on the size of any single string value (with the exception of
370+ [email attachments](/integrations/email/attachments)), and a 10MB limit on the
371+ size of the full `data` payload.
363372
364373 ending_at: The ending date and time for the schedule.
365374
@@ -425,7 +434,10 @@ async def update(
425434 actor: A reference to a recipient, either a user identifier (string) or an object
426435 reference (ID, collection).
427436
428- data: An optional map of data to pass into the workflow execution.
437+ data: An optional map of data to pass into the workflow execution. There is a 1024
438+ byte limit on the size of any single string value (with the exception of
439+ [email attachments](/integrations/email/attachments)), and a 10MB limit on the
440+ size of the full `data` payload.
429441
430442 ending_at: The ending date and time for the schedule.
431443
0 commit comments