Tutorial by Examples

Information about the item workflow is stored in the "Workflow" field. var workflow = Factory.GetDatabase("master").WorkflowProvider.GetWorkflow(workflowId); workflow.Start(item); var workflowId = item.Fields["__Default workflow"].Value; var workflow = Factory.Get...

Page 1 of 1