In Origam 2024.11.1.3616 I am not able to change dependancy in WorkFlow step.
Error message when clicking on dropdown arrow:
Error message when trying to type in WokflowStep name:
and stack:
========================================
Error
Unable to cast object of type ‘Origam.Schema.WorkflowModel.UpdateContextTask’ to type ‘Origam.Schema.WorkflowModel.WorkflowTask’.Unable to cast object of type ‘Origam.Schema.WorkflowModel.UpdateContextTask’ to type ‘Origam.Schema.WorkflowModel.WorkflowTask’.
========================================
Stack traceat Origam.Schema.AbstractSchemaItem.ChildItemsByType[T](String itemType)
at Origam.Schema.WorkflowModel.WorkflowStepFilteredConverter.GetStandardValues(ITypeDescriptorContext context)
at System.Windows.Forms.PropertyGridInternal.GridEntry.GetPropertyValueList()
at System.Windows.Forms.PropertyGridInternal.PropertyGridView.FilterReadOnlyEditKeyPress(Char keyChar)
at System.Windows.Forms.PropertyGridInternal.PropertyGridView.OnEditKeyPress(Object sender, KeyPressEventArgs ke)
at System.Windows.Forms.Control.OnKeyPress(KeyPressEventArgs e)
at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
at System.Windows.Forms.Control.WmKeyChar(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.TextBox.WndProc(Message& m)
at System.Windows.Forms.PropertyGridInternal.PropertyGridView.GridViewEdit.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)