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

Contents

Overview

Enumeration Members

Name Description

WORKFLOWSTATUSOPEN

WORKFLOWSTATUSCLOSED

WORKFLOWSTATUSCOMPLETED

WORKFLOWSTATUSCANCELED

WORKFLOWSTATUSEXPIRED

WORKFLOWSTATUSFAULTED

XML Schema


<xs:simpleType name="workflowStatus">
    <xs:restriction base="xs:string">
        <xs:enumeration value="WORKFLOWSTATUSOPEN"/>
        <xs:enumeration value="WORKFLOWSTATUSCLOSED"/>
        <xs:enumeration value="WORKFLOWSTATUSCOMPLETED"/>
        <xs:enumeration value="WORKFLOWSTATUSCANCELED"/>
        <xs:enumeration value="WORKFLOWSTATUSEXPIRED"/>
        <xs:enumeration value="WORKFLOWSTATUSFAULTED"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to workflowStatus

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions