Class WorkflowResponseWrapper

    • Constructor Detail

      • WorkflowResponseWrapper

        public WorkflowResponseWrapper​(IWorkflowResponse wfResponse)
        Deprecated.
    • Method Detail

      • getFormRecord

        public Vorgang getFormRecord()
        Deprecated.
        Specified by:
        getFormRecord in interface IRemoteEventExecutionResult
        Returns:
        The updated form record. The workflow execution may change the data of the form record, so this might be a different instance with different data than the form record passed in to the workflow executor.
      • getServletResponse

        public IServletResponse getServletResponse()
        Deprecated.
        Specified by:
        getServletResponse in interface IRemoteEventExecutionResult
        Returns:
        The servlet response set by the workflow execution, i.e. the response to the HTTP request, if any. null if no response was set explicitly. This response, if set, should be returned.
      • getStackTrace

        public String[] getStackTrace()
        Deprecated.
        Specified by:
        getStackTrace in interface IRemoteEventExecutionResult
        Returns:
        If the workflow execution was not successful: the error call stack. Empty array otherwise.
      • isWasFormRecordDeleted

        public boolean isWasFormRecordDeleted()
        Deprecated.
        Specified by:
        isWasFormRecordDeleted in interface IRemoteEventExecutionResult
        Returns:
        true when the form record was deleted by the workflow execution, i.e. when an action of type delete form record was executed.