dkahraman
7 years agoIdeator 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,
is there any sample code? I've tried something else but it's not working.
Hi Dkahraman
I cannot able to share the method here as the size exceeds the allowed limit and it is marked as SPAM.
we wrote something like this but there is no active state within the workflow process and no assignment task is created.
....
Item wflMap = inn.getItemByKeyedName("Workflow Map", wflMapName);
Item wfl = this.instantiateWorkflow(wflMap.geID());
wfl.promote("Active", "no comment");
return this;
....
Responded in this thread