Set-KFProcessingItem
Syntax
Set-KFProcessingItem
[-Item] <list-item>
[-ThrowErrors[:$true]]
Support
>= kenaflow 4.0.28
Only for SharePoint Workflows that support items (list workflow or state machine workflow).
Return
Nothing.
Description
If you need to change the currently processed SharePoint list item for the post-processing at the engine level, than you can use this item to update the item at engine level.
The cmdlet is experimental.
If you plan to use this cmdlet please contact us.
Parameters
[-Item] <list-item>
The list item for further processing.
[-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.