You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I added the classes to ef as herited classes like https://github.com/alexreich/RulesEngineEditor did.
When I Get the WorkflowData object, I get 2 Rules Properties and Rules Engine wants to have data in (RulesEngine) one
How to proceed to get a single propertie?
public class WorkflowData : RulesEngine.Models.Workflow
{
public long Id { get; set; }
public Guid TenantId { get; set; }
public new IEnumerable<RuleData> Rules { get; set; }
public new IEnumerable<ScopedParamData> GlobalParams { get; set; }
public int Seq { get; set; }
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
I added the classes to ef as herited classes like https://github.com/alexreich/RulesEngineEditor did.
When I Get the WorkflowData object, I get 2 Rules Properties and Rules Engine wants to have data in (RulesEngine) one
How to proceed to get a single propertie?
Beta Was this translation helpful? Give feedback.
All reactions