Hardware Asset Refresh Line Flow - waiting for... what?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Trying to follow the refresh an asset flow in HAM Pro and getting stuck on the below. Not sure what its waiting for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Turns out, it was waiting for active to = false, except there was nothing in the default setup that would trigger active to go to false... so... however that happened.
I edited an existing BR to set active=false on ASTASKs being set to completed and suddenly things are flowing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
if there is no setup to make the active as false, you can uncheck the wait checkbox in the Create Task action on that flow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
The global business rule 'mark closed' on the task table will set active = false once you move the task to the closed state. The runMarkClosed function from TaskStateUtil Script Include will handle that for you.
