Smart Tasks structure
This section explains the Smart Tasks Framework structure.
The base classes for sequence Smart Tasks are housed in the Act.Framework.ComponentModel.Core level of the SDK.
The following assemblies contain Smart Tasks-related Framework members:
- Act.Framework.ComponentModel.dll contains the specific Smart Task activities, such as ACTDelayActivity, ScheduleACTActivity, SendEmailActivity and the Smart Task service interfaces used by these activities. This functionality is not exposed through the SDK.
- Act.Framework.ComponentModel.Core.dll contains the base activities. This assembly is exposed through the SDK. You can leverage the assembly to build custom Smart Task activities. These are found under the Act.Framework.ComponentModel.Core.Workflow namespace.
- Act.Framework.dll contains the workflow engine and methods and classes to create, edit, delete and run Smart Tasks, register workflow local services, and workflow engine methods and events. These are found under the Act.Framework.Workflow namespace.