Overview

Updater for a Workflow Template.

Members

Show inherited members

Name Type Required Description

attributesUpdater

attributeTemplateListUpdater

description

string

final

boolean

name

string

Get the Name of the Entity

templateKey

string

workflowSchema

beeId

Hierarchy

Inherits From

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:workflowTemplateUpdater xsi:type="obh:workflowTemplateUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <attributesUpdater>your_attributeTemplateListUpdater_0</attributesUpdater>
        <description>your_string_0</description>
        <final>your_boolean_0</final>
        <name>your_string_0</name>
        <templateKey>your_string_0</templateKey>
        <workflowSchema>your_beeId_0</workflowSchema>
</obh:workflowTemplateUpdater>

Referenced By Representaions