PSEC - Powershell Enhanced Capability
Version 1.2.1

TaskFlowStruc Class (src: flow-classes.psm1)

Description

This structure (or its extension) is passed to all Task script files as the tfs parameter.

Details

It is used to contain and pass information between tasks and to provide custom information to the tasks.

The $globMap is used to contain named structures that may be passed between tasks. The developer is advised to come up with a meaningful naming strategy so the use of the structures can easily be found with an editor.

The tfs extension or the class definitions for the $globMap need to be defined in the x-setup.psm where x is the flow name.


Public Fields

FieldFormatDescription
$globMap[hashtable]: Array of globals depending on application
$pathFuncs[hashtable]: Array of paths
$pathStrs[hashtable]: Converted array of paths for optimization
PSEC - Powershell Enhanced Capability
1.2.1

Copyright © 2018-2021, 2022, Rexcel System Inc.

 

 

 

 

 

X