How can I tell if a workflow argument exists at runtime?
I have a workflow that begins by testing whether an input argument to a workflow is empty or NULL, and if it has a length greater than zero, but it's failing because the the argument hasn't been passed into the workflow at all. I don't control the source of the argument, so what is the syntax for checking the existence of the input argument before I check the other things?
0
Please sign in to leave a comment.
Comments
0 comments