I want to create workflow in CRM 2015 Online through API or code. Please note I have my own Front end to do this.
I followed this https://msdn.microsoft.com/en-in/library/gg328515(v=crm.7).aspx which says you can create custom workflow activity in Online CRM but with Partial Trust,
My question is that
- I have to create and update key file everytime I update the rule screen.
Note: To update rules screen, I have front end application which connects with DCRM Online through API calls
Now to publish workflow, it requires me to create a key and then register it
Scenario 1: User creates a rule and Application creates the workflow
Scenario 2: User modifies current rule and Application updates the workflow, but since this change requires me to update the KEY file and then register it. This becomes Manual step. I want to remove this manual step and atomize this, is this Possible?
Let me know, if you need more details.