Workflow Reserved Words

yliquor's picture

Anybody have a list of reserved words in workflow?  We have had a few times where we have created webservices or stored procs that use parameters that workflow won't allow us to use because they are reserved words. 
Example:  Model.

reecardo's picture

If you can provide the text

If you can provide the text of any error/stack trace that arises, I can mine the code for the reserved words. I'm looking right now either way.

The one thing I can offer is NO C# reserved words... things like class, delegate, interface etc. are most likely no-nos.

yliquor's picture

Something like....

I will next time it comes up... I just don't have it now.
But it was something like Model is not a valid element....Comes up when you try to compile and save an integration component.