Interface IExtendedFulfillRequestedUploadResponse
-
public interface IExtendedFulfillRequestedUploadResponse
Extended response for fulfilling aform record message upload request
that 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 IFulfillRequestedUploadResponse
baseResponse()
The base response.IExtendedTriggeredWorkflowExecutionResult
workflowExecutionResult()
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.
-
-