ProgressConfig - Method not found

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. :slight_smile:

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!

Hey Geertjan, there seems to be an incompatibility between the Progress plug-in and the Progress Config plug-in

The version of ProgressConfig that has this ProgressDisplayIsSequential property is only in M4669 revision 57. I think adding/upgrading this should fix the problem. If not, let me know the application/model it concerns and I will take a closer look.

1 Like

Hej Wim,

thank you for your reply!
I will test the solution you propose and let you know the result.

Thanks!

Geertjan

Hi Wim,

I updated M4669 and now it is working.
Thanks again!

Geertjan