dkahraman
7 years agoCreator I
How to multiple DCOs
Hi,
is it possible to have multiple DCOs? Because we want to have a different workflow for different documents.
How to do this?
thanks,
Hi Dkahraman
Yes, it is possible to have different workflow for different documents. You can create different workflows and can have action submit to Workflow from item which will open a form where user will select the workflow and you need to instantiate the workflow dynamically. Instead of action, you can also run the method on selection of document classification to achieve this.
is there any sample code? I've tried something else but it's not working.