Is it possible to get the name of the current workflow to use in a token, either in the workflow tools directly, or via scripts (SDK or standard)?
Question
Question
Answer
The list can be found here.
These tokens are added by the workflow system but not advertised by the designer at this time. They were originally exposed when 'Track Tokens' activity was added and showed they existed but we haven't really integrated them in with the token advertisement system yet.
If you want the warning to disappear, you could define them with a script activity. Alternatively, if you want to use it from a script, you can use WorkflowApi.WorkflowName.
Replies
%(workflowname) is the name of the workflow definition.
Miruna, I get a "cannot be resolved" error for %(workflowname). What context can this be used in?
Also, can you point me to a resources where these objects are listed? I've had a look in various places - help links from the client and on the Laserfice support pages etc., but can't find this level of documentation anywhere.
Thanks,
John