For each activity used in code i need to change its display name so it would clearly show what is happening and its either takes alot of time or display names updates are skipped and code readability suffers. It would be alot more efficient if default values would include additional information for example:
For each => For each <Variable name>
InvokeWorkflowFile => Invoke <FileName>
If => If <Condition>
Assign => Assign <Variable name>
Build data table => Build data table <variable name>
For complex situations (name too long) just short name could be left
I see what you mean. Sounds good; we already do this for some activities, we’ll just need to extend the functionality.
If you have other examples pls add them here.