Designing Workflows

0
Hi All,   Mendix has workflows feature and we can create workflows with it which I am aware. But I have one requirement, "We need to provide a UI for end users where users can design their workflows".  Is there any component available for the same? or we need to rely on Custom logic   Regards Ajay
asked
2 answers
1

Dear Ajay,

 

As of now there is no readly available component to satisfy your requirement. It would require lot of custom logic to achieve.

 

Hope my answer helps. Reach me out for any queries.

answered
1

As far as I know this in also not on the backlog of Mendix. Workflow-platforms usually (always?) do not have that option for good reason. The creation of a workflow seems simple, but is only simple for workflows that are very basic. So basic that it is hardly worth the effort of creating it. And the biggest problem is changing an active workflow. That requires thought about what to do with workflow-objects that need to change state? 

answered