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 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">
        <errorMessages>your_workflowError_0</errorMessages>
        <errorMessages>your_workflowError_1</errorMessages>
        <errorMessages>your_workflowError_2</errorMessages>
</obh:workflowAudit>

Referenced By Representaions