Introduction

<< Click to Display Table of Contents >>

RayFlow PowerShell API > 7.3 > Implementation Guide 

Introduction

RayFlow PowerShell API is a general purpose set of PowerShell command lets (cmdlet) which can be used to automate and perform bulk operations on RayFlow.

 

The library exposes a set of command lets which support the following operations:

Viewing projects

Viewing phases

Viewing tasks

Adding new tasks

Changing existing tasks (data fields and/or status)

Viewing task tracking history

Uploading files

Downloading files

 

Under the hood, the library is built on two components:

.NET RayFlow API wrapper

WebService exposed by any RayFlow instance

 

The API does not automate management and configuration of RayFlow instances. These activities must be configured manually, or with a help of the .NET wrapper.