A set of additional functions for Powershell including a robust GUI facility
This package provides a set of routines that enhance PowerShell. They include:
Addition commands to supplement Powershell
A GUI system
A comprehensive Workflow package based on the GUI
A GUI configurator engine to build the workflows with
Restart facilities to aid in developing scripts and classes
A built-in documentation system (what you are reading)
Working examples to use as a basis for further development
Workflow Details
The Workflow facility allows for:A sequence of tasks to be defined
When a task is run it succeeds or fails
Task runtime options can be easily managed and passed to the processor
Task dependencies allow for subsequent tasks to be blocked until a dependent task succeeds
Tasks produce a Brief, a summary file that summarizes what happened
Tasks executed by Java, NodeJS, script or manual means are supported. More can be easily added.
The log file is easily viewable as are the task setup.
Sample Workflow Displays
With a Brief

A failed Step

GUI Configurator Details
The GUI Configurator is an internal GUI application that is used to configure other GUI applications including Workflows.
