IWorkflowCode
Provides a set of methods to interact with workflow-related objects, services, and resolvers.
Methods
Name | Description |
---|---|
GetMailAttachmentResolver<T>() | Retrieves a mail attachment resolver object of the specified type. |
GetWebNotificationSender() | Retrieves the web notification sender object for sending notifications. |
GetUserMembersResolver() | Retrieves the user members resolver object for resolving user memberships. |
GetWorkflowObject<T>(name) | Retrieves a workflow object of the specified type by its name. |
GetPositionMembersResolver() | Retrieves the position members resolver object for resolving position memberships. |
GetServiceAPI<T>() | Retrieves a service API object of the specified type. |
GetWebNotificationSender<T>() | Retrieves a web notification sender object of the specified type. |
GetLiquidRenderer<T>() | Retrieves a Liquid renderer object of the specified type. |
GetPositionMembersResolver<T>() | Retrieves a position members resolver object of the specified type. |
GetServiceAPI() | Retrieves the service API object for interacting with workflow-related services. |
GetUserMembersResolver<T>() | Retrieves a user members resolver object of the specified type. |
GetMailAttachmentResolver() | Retrieves the mail attachment resolver object for resolving attachments. |
GetLiquidRenderer() | Retrieves the Liquid renderer object for rendering templates. |