Creates a sub-task for the current task.
null
. null
. null
. null
. The new sub-task.
If the current task is a dependent source task of other tasks, it cannot have any sub-tasks, and CollaborationException
will be thrown.
Note: The value of the start date and end date stored in the database may vary by a few milliseconds from the supplied date. The date in this object will reflect the stored date after a call to Store
.
Exception Type | Condition |
---|---|
InvalidOperationException | The object has not yet been stored or has already been removed. |
CollaborationException | The current task already has task dependency, or if the method call resulted in an error. |
SoapException | There was a communication problem during the execution of the remote method call. |
ITask Interface | Plumtree.Remote.PRC.Collaboration.Tasklist Namespace