WorkflowInputType (Web Services API)
WorkflowInputType enumeration contains information about the type of the input source for a workflow.
enum WorkflowInputType {
HotFolder_SharedFolder,
HotFolder_FTP,
DocumentLibrary_SharedFolder,
DocumentLibrary_FTP,
DocumentLibrary_SharePoint,
Mail_Exchange,
Mail_POP3,
Mail_IMAP7
};
Elements
| Name | Description |
| HotFolder_SharedFolder | A Hot Folder workflow that receives files from a shared folder on a local or network drive. |
| HotFolder_FTP | A Hot Folder workflow that receives files from a folder on an FTP server. |
| DocumentLibrary_SharedFolder | A DocumentLibrary workflow that receives files from a shared folder on a local or network drive. |
| DocumentLibrary_FTP | A DocumentLibrary workflow that receives files from a folder on an FTP server. |
| DocumentLibrary_SharePoint | A DocumentLibrary workflow that receives files from a SharePoint server. |
| Mail_Exchange | A Mail workflow that receives files from an Exchange Mailbox. |
| Mail_POP3 | A Mail workflow that receives files from a POP3 mail server. |
| Mail_IMAP | A Mail workflow that receives files from an IMAP mail server. |
3/26/2024 1:49:49 PM