Our goal is to make sure our users can edit algorithms, see history & also give certain users the right to only see the algorithms.
We have a Workflow engine/API. Every workflow has an instance which has Variables. these can contains values with basic and complex types; Json, String, Int, Guid, DateTime etc.
Certain Steps in the workflow require calculations. these calculations can and should be shared in different workflows.
What I am looking for is something to handle the interface for the users that make the algorithms.
We could make our own interface I'm just hoping there might be something to save some time. I would prefer to use a tool. Is there anything out there I might not be looking good enough
PS: I've also looked at the possibility of using Excel as the interface/ saving method. saving the excel as different versions allowing to upload an excel to a calculation (creating a history record.) This would work however there might be tools better suited than excel.