Interface IAutomationProcessData
- Namespace
- CMS.Automation
- Assembly
- CMS.Automation.dll
Contract for custom data persisted across automation steps for a custom automation action.
public interface IAutomationProcessData
Properties
Identifier
Unique stable identifier under which this data is persisted in the automation process state.
public static abstract string Identifier { get; }
Property Value
- string
Remarks
Uniqueness across all IAutomationProcessData implementations is the implementer's responsibility — the framework does not validate it. If two implementations declare the same identifier, they will overwrite each other's data in the automation process state.