Feature Request: Ability to Reference Result of User Sign Up in subsequent action

Hello, I am signing up users in batches using backend workflows (we import users from our SSO). In this case the current user after the sign up would be the person that initiated the workflow wouldn’t it? For example I want to log the user creation success after doing the sign up, so I do a search for user by username, though I cannot guarantee the log will happen after the user is created, can I?

Correction: even when using backend workflows, I can see the scheduler showing the latest user as current user.