Hello -
I’m testing kenaflow Free Edition.
In my sample workflow I want to identify the current user that executes the workflow. I mean the windows login name.
I need this for debug to execute different things when I debug the workflow script. Later the workflow runs with a different account.
if( MyUser ) {
# do some debug stuff
}
thx
Anne