Workflow activity countIssue The workflow activity count is set to 200 for a workflow. When it reached the limit of 200 the workflow will not move to the next activity.ReleaseQuebecResolutionIf we increase the maximum count to 500 on a workflow activity, what kind of performance impact it may have on the system?Answer:The "Max Activity Count" workflow parameter is a fail-safe to preventing endlessly looping workflows from being a drain on an instance. If you set it to "500" there won't be any impact unless an activity goes into the loop. Other than that, having "500" will have no impact.