<< Click to Display Table of Contents >> RayFlow PowerShell API > 7.3 > Implementation Guide > Cmdlet Reference Get-RayFlowTask |
Gets the RayFlow tasks belonging to a specific phase.
Name |
Type |
Mandatory |
Description |
Phase |
PsRayFlowProject |
Yes |
The project for which a report has to be fetched. |
TaskId |
Guid |
No |
The identifier of the required task. May not be combined with TaskHumanFriendlyId. |
TaskHumanFriendlyId |
String |
No |
The human-friendly task ID of the required task. May not be combined with TaskHumanFriendlyId. |
OnlyMine |
Switch |
No |
If set, only tasks belonging to the current user will be returned. |
Using of TaskHumandFriendlyId requires that your RayFlow instance has a proper mapping configured. Typically, this defaults to Application Id, but might be also changed by RayFlow administrator.
Type |
Description |
PSRayFlowTask[] |
The report(s) matching the criteria. |