PSEC - Powershell Enhanced Capability
Version 1.2.1

Script Name

process-data-run.ps1

Description

Used to simulate the processing of the created file

Details

In this hello world example we merely log a message. The file has been created at this point and can be processed.

This task is not permitted to run by the PSEC Workflow mechanism until the previous step has indicated the file is ready.



param([Task]$task,[hashtable]$cfgParms,[hashtable]$brief)

$targFile = $task.tfs.globMap.creFile;
$brief.procMsg = "$targFile ready for processing"
"process-data-run.ps1 finished`r`n";

PSEC - Powershell Enhanced Capability
1.2.1

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

 

 

 

 

 

X