- 12 Mar 2021
- 1 Minute to read
- Print
- DarkLight
Using a Flow Step Trigger to Remove the Complete Comment in Process Folders
- Updated on 12 Mar 2021
- 1 Minute to read
- Print
- DarkLight
Overview
Example Lab Details | |
Version | 6.4.0 |
Root Folder | Example Lab - Flow Step Triggers |
Modules | None |
Dependencies | None |
This Example Lab project demonstrates how to remove the default "100% Complete" comment that appears in the "Process History and Collaboration" window.
Explanation
This project works by utilizing the Flow Step Trigger process. In the Main Flow, a process folder is created and automatically set to be completed in the properties panel. Once this occurs the "100% Complete" comment will automatically be added by the system. However, in the properties panel of the end step in the Main Flow under Testing and Simulation > Triggers > Before Trigger Type there is a SubFlow titled "Flow Step Trigger (Before)" set to run before this step. This Flow uses the Fetch Entities step to find entities matching the entity name "100% Complete". These entities are then output to the ForEach Step which sends each instance of the found entity to the Delete Entities step where it is deleted.