Invoke-KFDebugBreak
Syntax
Invoke-KFDebugBreak
[-ThrowErrors[:$true]]
Support
>= kenaflow 2.0.0
Return
Nothing.
Description
This cmdlet is used as "hard coded breakpoint". It does not affect automatic execution of workflows. It does only work during debug. You can leave it in after development, if you want.
Parameters
[-ThrowErrors[:$true]]
This is a default parameter for all kenaflow cmdlets. If set to
$true
(default!) the engine will pass exception within the cmdlet to the script for further handling.
Example
Invoke-KFDebugBreak