Solved
Scenario name from ScenarioKey
Hi,
I am working with WorkflowClusterPk objects and I know I can get the ScenarioKey, which is an integer, like this:
Dim scenarioKey As Integer = si.WorkflowClusterPk.ScenarioKey
How do I get the scenario name (as a string) from the ScenarioKey? Is it possible?
Alternatively, which function could I use to get the current workflow scenario name?
Thank you
