Reference workflow variables from business rule
Hi, this might sounds like a stupid question to the more experienced people in the community, but how do I refer to the workflow variables from within an extensibility business rule?
These 2 lines of code are of course not working:
Dim sScenario As String = |WFScenario|
Dim sTime As String = |WFTime|
Any hint? Thank you
