| AutomationTemplateManagerUpsertConfigurationFromWorkflow Method |
Creates configuration (steps, transitions and triggers) from given workflow and inserts it to given template.
Namespace: CMS.AutomationAssembly: CMS.Automation (in CMS.Automation.dll) Version: 13.0.131
Syntax
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | Thrown when template or workflow is null. |
| ArgumentException | Thrown when given workflow is not automation process. |
| InvalidOperationException | Thrown when creating of AutomationTemplateInfo failed. |
See Also