dynamics crm - Is CRM 2011 workflow code re-entrant? -


as understand, crm workflow trigged when workflow execution request received on server. question is, if there're many reqeusts arrived @ server trig same workflow, there multiple instances of same workflow? i.e. workflow code re-entrant? lead server side race condition issue.

thanks~

workflow can create multiple instances on same record. exameple if define workflow running when updating picklist field a. update field 4 times, , see 4 running results workflow on record. avoid it, can use conditions check running context such trigger when field equal xxx. hope these comments can you. :)


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -