Symptoms:
To resolve the issue the workflow token run size should be reduced.
This can be achieved a number of ways and will be dependent on the design and implementation of the workflows. The size of any inputs, outputs & attributes of the workflow should be optimized. Any non-essential large objects or arrays of objects should be deleted or cleared before the workflow run completes so as not be be contributing to the overall workflow token size
Engage your workflow developer for assistance in this regard.
Another approach is to reduce the number of workflow execution runs stored per workflow, however if the workflow tokens sizes are quite large this may not have much of an impact. By default orchestrator stores 100 workflow execution runs per workflow.
To reduce the number of runs stored per workflow follow the steps contained in the Configuring the Workflow Run properties section of the Orchestrator documentation to reduce the ch.dunes.task.max-workflow-tokens property from the default value of 100.