<< Click to Display Table of Contents >> RayFlow PowerShell API > 7.3 > Implementation Guide Working with RayFlow PowerShell API |
RayFlow is project-centric, and so is the way the user should work with RayFlow PowerShell API.
Almost all command lets require passing a project, or its descendant (a phase, a task) which on the other hand have dependency on the project. Therefore, for most of tasks the flow would look like the following:
1.Connect, authenticate and get project(s) from RayFlow.
2.From selected project(s), get required phase(s).
3.From selected phase(s), get required task(s)
4.Perform actions on selected task(s), for example triggering events, changing properties, downloading and uploading etc.
Next chapters describe in details the initial steps for each task.