0 How do I get the current person or user within a workflow? 1 Ben Wiley posted 9 Years Ago I have Rock and another system that I am trying to sync people data between using each's own REST endpoints. In Rock, I have a custom workflow that is triggered on person pre-save. The workflow is sending data to the other system's API. I don't want this workflow triggered if the save event was triggered by the API because it is redundant. Is there anyway to tell where the trigger event occured, what user caused it, etc? One idea: I could use post-save trigger and then check the modifiedByPersonAlias on the entity, but from what I understand that post event trigger could take 10 minutes before it runs. Is there an immediate post save?