-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating Workflow asembly does not add additional In/Out arguments #16
Comments
Thanks, that's interesting case, actually... Can you give me version of your CRM organization? Is it Online or OnPrem? I have seen similar behavior before, though it was more about caching old assemblies by async workers, so it took some addition time to update in CRM... |
I have also seen this on occasion, and I think updating build number makes CRM pick upp new arguments. |
It is 2016 IFD. On Tue, Nov 22, 2016 at 11:34 AM, Alexey Shytikov [email protected]
|
SDK PluginRegistration tool does not require incrementing dll version, even On Tue, Nov 22, 2016 at 11:43 AM, Jonas Rapp [email protected]
|
This issue has been described in detail in a Microsoft article. I summarised it in my blog post below and added an automation feature for it in my Visual Studio extension as well. I would like to add the following to this plugin (already implemented in the extension above), would that be of interest?
Please let me know if you would like to add/improve/replace any of those features. |
Thanks, we have a plugin available for similar functionality called |
That's interesting indeed. I checked it out and it does fit some of the requirements. I have a couple of questions, please:
For a plugin assembly upgrade, I feel that the Plugin Registration's UI is a bit more user friendly for such an operation. What do you think? |
After registering custom workflow activity with eg. 1 input argument any next assembly update via tool does not ADD new arguments, eg. new input and/or output.
Same operation via SDK version does that.
The text was updated successfully, but these errors were encountered: