Skip to content

Collection of tools and snippets for RayFlow Server and Client

License

Notifications You must be signed in to change notification settings

RaynetEALM/RayFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

RayFlow

Collection of tools and snippets for RayFlow Server and Client

Prerequisites

A PowerShell module "RayFlow" is required to run the samples. You can install it by executing our MSI installer RayFlow.PowerShell.msi, which is located in subfolder /Tools where your RayFlow instance is installed. Note that the module is to be installed on client machines that connect to the RayFlow server, you do not have to install it on the server itself.

Once the module is available, it should be automatically imported whenever you need any of its function. In case of administrative installation, you should import module definition file RayFlow.psd1 from the root path where the automation module is installed.

Import-Module <extracted-path>\RayFlow.psd1

Samples listing

Basics

File Description
HelloWorld.ps1 Connect to RayFlow and list available projects.
ReadPackagesFromSpecificPhases.ps1 Simple reading of packages from specific phases.

Advanced

File Description
ImportCsvToRayFlow.ps1 Imports RayFlow tasks from a CSV file.
UpdateRayFlowDatafield.ps1 Updates a value in RayFlow based on values of other fields.

About

Collection of tools and snippets for RayFlow Server and Client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published