Overview

Task creator.

Members

Show inherited members

Name Type Description

taskList

beeId<taskList>

TaskList where the primary task will be created. If no TaskList is specified, then the task will be created in the default tasklist of the current user.

taskUpdater

taskUpdater

This Updater specifies values for fields that are not handled by this Creator.

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:taskCreator xsi:type="obh:taskCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <taskList>your_beeId_0</taskList>
        <taskUpdater>your_taskUpdater_0</taskUpdater>
</obh:taskCreator>

Referenced By Representaions

Not Referenced Directly by Representations