I have a workflow that adds entries to a Global Artifact that another workflow uses to schedule scans. The second workflow checks for records that contains a value of INC, and then loops through the returned records.
One of the things I have found is needing to update a bool value from True to False and visa versa, however the only way I have figured to do this is to re-search for the record, use the delete version of the helper and then re-add it if the deletion was successful.