Use the Resolve Work Items step to resolve multiple work items simultaneously and mark them as complete.
This step should follow the Create Work Item and Get Work Items flow steps. It is useful to indicate that the deferred work has been processed with a certain outcome.
Work items can be found in the Work Tracking tab of your workspace. For more information, see Work Tracking.
Step Inputs
In the Edit Step menu, you can add details about the step configuration as needed for your flow.
Work Item Ids: Enter an expression that obtains the work item IDs you want to resolve. This is almost always from the output of the Get Work Items flow step. For example, return flow.step('get-work-items').output.map((x) => x.WorkItemId);.
Resolution: Choose how to resolve the selected work items from among these values:
Successful
Failed
Canceled
Step Output
When the Resolve Work Items flow step executes, it resolves all given work items with the selected status. This status displays on the Work Tracking tab.
Was this helpful? Give us feedback.