pp108 : GetConfiguredTasks

GetConfiguredTasks


This Web service operation lists all the tasks, which are configured to a user, a role, or to both.

SOAP Request

<GetConfiguredTasks xmlns="http://schemas.cordys.com/task/1.0/runtime/">
    <ConfiguredTasks dn="cn=My Admin,cn=organizational roles,o=system,cn=cordys,cn=defaultInst,o=mydomain.com"/>
    <ConfiguredTasks dn="cn=alice,cn=organizational users,o=system,cn=cordys,cn=defaultInst,o=mydomain.com"/>
</GetConfiguredTasks>
Request Parameters

Parameter

Description

ConfiguredTasks dn

DN of the role or user for which the task configuration details are required

SOAP Response

<GetConfiguredTasksResponse xmlns="http://schemas.cordys.com/task/1.0/runtime/">
    <tuple>
        <old>
            <ConfiguredTasks
                dn="My Admin,cn=organizational roles,o=system,cn=cordys,cn=defaultInst,o=mydomain.com" xmlns="http://schemas.cordys.com/task/1.0/">
                <Task id="GUID of task" name="name of the task" type="type of task">
                    <TaskParts>
                        <TaskPart id="GUID of task part"
                            isAvailable="false" name="name of task part"/>
                        <TaskPart id="GUID of task part"
                            isAvailable="true" name="name of task part"/>
                    </TaskParts>
                    <RelatedTasks>
                        <Task id="GUID of task" isAvailable="false" name="name of the task"/>
                        <Task id="GUID of task" isAvailable="true" name="name of the task"/>
                    </RelatedTasks>
                </Task>
                <Task id="GUID of task" name="name of the task" type="type of task">
                    <TaskParts>
                        <TaskPart id="GUID of task part"
                            isAvailable="true" name="name of task part"/>
                        <TaskPart id="GUID of task part"
                            isAvailable="false" name="name of task part"/>
                    </TaskParts>
                    <RelatedTasks>
                        <Task id="GUID of task" isAvailable="true" name="name of the task"/>
                        <Task id="GUID of task" isAvailable="false" name="name of the task"/>
                    </RelatedTasks>
                </Task>
            </ConfiguredTasks>
        </old>
    </tuple>
    <tuple>
        <old>
            <ConfiguredTasks
                dn="cn=alice,cn=organizational users,o=system,cn=cordys,cn=defaultInst,o=mydomain.com" xmlns="http://schemas.cordys.com/task/1.0/">
                <Task id="GUID of task" name="name of the task" type="type of task">
                    <TaskParts>
                        <TaskPart id="GUID of task part"
                            isAvailable="false" name="name of task part"/>
                        <TaskPart id="GUID of task part"
                            isAvailable="true" name="name of task part"/>
                    </TaskParts>
                    <RelatedTasks>
                        <Task id="GUID of task" isAvailable="false" name="name of the task"/>
                        <Task id="GUID of task" isAvailable="true" name="name of the task"/>
                    </RelatedTasks>
                </Task>
                <Task id="GUID of task" name="name of the task" type="type of task">
                    <TaskParts>
                        <TaskPart id="GUID of task part"
                            isAvailable="true" name="name of task part"/>
                        <TaskPart id="GUID of task part"
                            isAvailable="false" name="name of task part"/>
                    </TaskParts>
                    <RelatedTasks>
                        <Task id="GUID of task" isAvailable="true" name="name of the task"/>
                        <Task id="GUID of task" isAvailable="false" name="name of the task"/>
                    </RelatedTasks>
                </Task>
            </ConfiguredTasks>
        </old>
    </tuple>
</GetConfiguredTasksResponse>
Response Parameters

Parameter

Description

Data Type

Accepted Input Values

Task

Task details provided based on the input values

  • id - Unique ID of the task
  • name - Name of the task
  • type - Type of the task

TaskPart

An activity that is a part of the task

RelatedTask

Task referred by the parent task