dynamics crm - CRM Workflows keep failing when calling a child workflow -


when create crm workflow has actions fire child workflows, workflow keeps failing.

the weird thing can run workflows no child workflows fine, happens when other workflows triggered within one. has encountered before , if so, know how fix it. getting errors this. error getting is:

cannot set unknown member 'microsoft.xrm.sdk.workflow.activities.startchildworkflow.inputparameters'.

the full stack error :

unhandled exception: system.xaml.xamlobjectwriterexception: cannot set unknown member 'microsoft.xrm.sdk.workflow.activities.startchildworkflow.inputparameters'. @ system.xaml.xamlobjectwriter.writestartmember(xamlmember property) @ system.xaml.xamlservices.transform(xamlreader xamlreader, xamlwriter xamlwriter, boolean closewriter) @ system.activities.xamlintegration.funcfactory1.evaluate() @ system.activities.dynamicactivity.oninternalcachemetadata(boolean createemptybindings) @ system.activities.activity.internalcachemetadata(boolean createemptybindings, ilist1& validationerrors) @ system.activities.activityutilities.processactivity(childactivity childactivity, childactivity& nextactivity, stack1& activitiesremaining, activitycallstack parentchain, ilist1& validationerrors, processactivitytreeoptions options, processactivitycallback callback) @ system.activities.activityutilities.processactivitytreecore(childactivity currentactivity, activitycallstack parentchain, processactivitytreeoptions options, processactivitycallback callback, ilist1& validationerrors) @ system.activities.activityutilities.cacherootmetadata(activity activity, locationreferenceenvironment hostenvironment, processactivitytreeoptions options, processactivitycallback callback, ilist1& validationerrors) @ system.activities.hosting.workflowinstance.validateworkflow(workflowinstanceextensionmanager extensionmanager) @ system.activities.workflowapplication.ensureinitialized() @ system.activities.workflowapplication.enqueue(instanceoperation operation, boolean push) @ system.activities.workflowapplication.waitforturn(instanceoperation operation, timespan timeout) @ system.activities.workflowapplication.internalrun(timespan timeout, boolean isuserrun) @ microsoft.crm.workflow.activityhost.startworkflowexecution(activity workflow, icommonworkflowcontext context) @ microsoft.crm.workflow.activityhostbase.startworkflow(icommonworkflowcontext context, activity preloadedactivity)

bear in mind, these not xaml workflows, generic crm workflows contain no custom workflow activities.

i have been looking @ week now, , references see infinite loop workflows, not case here , custom xaml workflows, again, not case.

any appreciated.

the system running on crm 2013 sp1 rollup 2

thanks in advance

apologies, found solution issue here. issue servers not on same version. 2 front end servers on sp1, yet async servers not. child workflows not compatible cross sp, causing issues. after updating async servers, started working. sorry guys , thanks


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -