ITask IProjectDataModel.GetTaskByName(String taskName)

Obtains a task by name from the current workflow.

Parameters

  • taskName
    Type: String
    The task name.

Return Value

Type: ITask
The discovered task. If no match, null.