Interface IExtendedFulfillRequestedUploadResponse
public interface IExtendedFulfillRequestedUploadResponse
Extended response for fulfilling a
form 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
Modifier and TypeMethodDescriptionThe base response.Gets the result of the workflow execution, resulting from the fulfilled upload request.
-
Method Details
-
baseResponse
-
workflowExecutionResult
IExtendedTriggeredWorkflowExecutionResult workflowExecutionResult()Gets the result of the workflow execution, resulting from the fulfilled upload request.- Returns:
- The result of the workflow execution.
-