Interface IExtendedFulfillRequestedUploadResponse
-
public interface IExtendedFulfillRequestedUploadResponseExtended response for fulfilling aform record message upload requestthat provides more data, but requires access to deeper system functionality. Only available on a master server, not on a frontend server or via the API provider; and not serializable.- Since:
- 8.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFulfillRequestedUploadResponsebaseResponse()The base response.IExtendedTriggeredWorkflowExecutionResultworkflowExecutionResult()Gets the result of the workflow execution, resulting from the fulfilled upload request.
-
-
-
Method Detail
-
baseResponse
IFulfillRequestedUploadResponse baseResponse()
The base response.- Returns:
- The base response.
-
workflowExecutionResult
IExtendedTriggeredWorkflowExecutionResult workflowExecutionResult()
Gets the result of the workflow execution, resulting from the fulfilled upload request.- Returns:
- The result of the workflow execution.
-
-