Name:demo-manual
Type:manual
Source:demo-manual-def.psm1
function getTaskDesc([Task]$task) {
$tfs = $task.tfs;
[string]$desc = @"
This illustrates how manual steps are intergrated into the PSEC workflow subsystem.`r`n
"@
return $desc;
}
function fetchManualSteps([Task]$task) {
return 'step1/step2/step3'.split("/");
}
Copyright © 2018-2021, 2022, Rexcel System Inc.