Overview

Workflow payload for workspace workflow operation.

Members

Show inherited members

Name Type Description

applicant

beeId<organizationUser>

Returns a handle to the applicant resides.

teamWorkspaceHandle

beeId<teamWorkspace>

Returns a handle to the team workspace.

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

Referenced By Representaions

Not Referenced Directly by Representations