Topic by Salvatore
Content
Hello,
can we invoke workflows programmatically through Console add-ins?
I created a workflow named "TestWorkflow", then I've tried to run it using TriggerNamedEvent but nothing happens (no exceptions/errors, no workflow is fired):
gc.AutomationContext.CurrentWorkspace.TriggerNamedEvent("TestWorkflow");
Thanks,
Salvatore