Hi!
I wanted to add a Progress Display to the functionality of Mutation Series we created. To do this I created a component to show a Progress Display on the Mutation Series page, added it to my installation and configured a simple workflow configuration and corresponding progress display configuration. Based on the workflow configuration a workflow is started when a Mutation Serie is created. So far so good.
My problem is that this also results in an error that refers to something in the Progress Display. This error message is given every time I try to open a Mutation Serie for which a workflow is started. The error message is:
An error occurred
Method not found: 'Novulo.Framework.Model.DataLayer.Expression Novulo.Plugins.ProgressConfig.NovuloProgressConfig.get_ProgressDisplayIsSequential()'.
Is there a way to solve this?
I already checked the settings of the progress display in my component with another progress display component and also validated the simple workflow I configured.
Thanks in advance for your help!