go-workflows icon indicating copy to clipboard operation
go-workflows copied to clipboard

Add limit on max number of events per workflow instance

Open cschleiden opened this issue 1 year ago • 0 comments

To prevent runaway workflows from creating histories that are too big for the backends to handle, introduce a hard limit on the number of events per workflow instance. Fail the workflow if it reaches that # of events.

cschleiden avatar May 28 '23 22:05 cschleiden