RE: Why save is gone in infinite loop.
while checking in system jobs getting below error.
System.InvalidOperationException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #B62B1D14
Plugin Trace:-
Microsoft.Crm.Asynchronous.Workflow: Microsoft.Crm.Workflow.WorkflowExpansionPlugin.
Error Message:
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: System.InvalidOperationException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #B62B1D14Detail:
<OrganizationServiceFault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts">
<ErrorCode>-2147220970</ErrorCode>
<ErrorDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
<Message>System.InvalidOperationException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #B62B1D14</Message>
<Timestamp>2017-06-29T06:06:35.0164431Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText>[Microsoft.Crm.Asynchronous.Workflow: Microsoft.Crm.Workflow.WorkflowExpansionPlugin]
[1539b512-0e10-e711-80ec-005056971933: ]
</TraceText>
</OrganizationServiceFault>
at Microsoft.Crm.Extensibility.OrganizationSdkServiceInternal.Execute(OrganizationRequest request, CorrelationToken correlationToken, CallerOriginToken callerOriginToken, WebServiceType serviceType, Boolean checkAdminMode)
at Microsoft.Crm.Extensibility.InprocessServiceProxy.ExecuteCore(OrganizationRequest request)
at Microsoft.Crm.Workflow.WorkflowExpansionPlugin.Execute(IServiceProvider serviceProvider)
at Microsoft.Crm.Asynchronous.V5ProxyPlugin.Execute(IServiceProvider serviceProvider)
at Microsoft.Crm.Asynchronous.EventOperation.InvokePlugin(AsyncExecutionContext context, IPlugin pluginInstance)