ITask
IProjectDataModel
.GetTaskById(String taskId)
Obtains a task by ID from the current workflow.
Remarks
Examples
Parameters
taskId
Type: String
The task ID.
Return Value
Type:
ITask
The discovered task. If no match, null.