process-data-run.ps1
Used to simulate the processing of the created file
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";
Copyright © 2018-2021, 2022, Rexcel System Inc.