Interface WorkflowRemoveItemsResponse

All Superinterfaces:
WorkflowActionResponse

public interface WorkflowRemoveItemsResponse extends WorkflowActionResponse
Contains methods to retrieve information specific to the remove items workflow action.
  • Method Details

    • getRemovedItems

      List<String> getRemovedItems()
      List of items successfully removed in the remove item action.
      Returns:
      a list of strings formatted as {documentId} and {objectName}.{recordId} e.g. 57,21,object__c.1001,object__c.1002