Dynamic Workflow

1
Please give some solution regarding this Task :- One of my project we need to implement Dynamic Workflow like we need to enter workflow name and all other things from UI.So, Please give some suggestion if this is possible how we can do implementation of dynamic workflow and connect to Database on run time. Thanks Disha
asked
2 answers
0

You do it via dynamic call to a microflow rather than workflow. As you add a new workflow to your application, you also create a microflow which submits it. In your UI when you "select a workflow" and submit it, you dynamically call the above created microflow according to your selection which would in turn submit the workflow.

answered
0

workflow has predefined routing, if the workflow step is dynamic? or the whole workflow routing is dynamic?

answered