-
Use the REST Consumer Activity to invoke a method exposed by a RESTful Web service. Your workflow can then interact with this method and its data.
-
Use the External Service Consumer Activity to invoke an assembly method contained in the DLL file. This DLL file resides in the Sequence server's GAC.
-
Use the Email Listener Activity to listen to an email inbox and start or resume a dynamic workflow when a new email arrives to the inbox. You can then use the email object in other workflow stages.
-
When you use the Database Listener Activity in a dynamic workflow, the activity causes the workflow to wait for a specified value to update in the field of a database table. When this field is update
-
Use the Upload Document Activity to upload a document to a SharePoint document library as part of a dynamic workflow.
-
Use the Execute Request Activity to execute a variety of operations in SharePoint, generally on a SharePoint list, in dynamic workflows.
-
Use the SharePoint Update List Item Activity to update an item from a SharePoint library as part of a dynamic workflow.
-
Use the SharePoint Delete List Item Activity to delete an item from a SharePoint library as part of a dynamic workflow.
-
Use the Create a List Item Activity to create an item in a SharePoint list, or create a folder in SharePoint, as part of a dynamic workflow.
-
Use the SharePoint Check Out Document Activity to check out a document from a SharePoint library as part of a dynamic workflow.