I was working on a clients workflows and we needed to add a new functionality to it for an approval, but i already had the logic all worked out. It made sense to attack the problem with the use of a separate workflow to reduce the changes needed to the original process besides a wait condition being changed.
I was hoping to use a tag and the comment within the tag to pass information to the workflow about the user and the step they completed, but workflow's wait condition does not include any logic to check the comments field of a tag. I cannot seem to find any way to make use of this information.
Is their any way to make use of that information in the comment field or will I need to use another metadata field to establish the user that performed the action?