Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

/** Workflow audit contains information about details of errors, diagnostic messages,tasks that a beehive workflow may generate during the process of execution of various steps or during interaction with other services (via callbacks).

Members

Name Type Description

errorMessages

workflowError[]

Hierarchy

Examples

Below are examples in JSON and XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:workflowAudit xsi:type="obh:workflowAudit" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:errorMessages>your_workflowError_0</obh:errorMessages>
        <obh:errorMessages>your_workflowError_1</obh:errorMessages>
        <obh:errorMessages>your_workflowError_2</obh:errorMessages>
</obh:workflowAudit>

JSON Example

(show inherited members)

{
    "beeType":"workflowAudit",
        "errorMessages":[
            { your_{http://www.oracle.com/beehive}errorMessages_as_workflowError0 },
            { your_{http://www.oracle.com/beehive}errorMessages_as_workflowError1 },
            { your_{http://www.oracle.com/beehive}errorMessages_as_workflowError2 }
        ]
}

XML Schema


<xs:complexType name="workflowAudit">
    <xs:sequence>
        <xs:element maxOccurs="unbounded" minOccurs="0"
            name="errorMessages" type="tns:workflowError"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to workflowAudit

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions