I have a workflow to change the state of a queue item back to the state active. But when I start it I get this error:
"The queued entity instance does not allow associated queue item to be activated in its current state. "
Here are the details:
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: System.Web.HttpUnhandledException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #3059A08CDetail: <OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts"> <ActivityId>6f29dc99-284e-4655-b1e3-740f481953ae</ActivityId> <ErrorCode>-2147220970</ErrorCode> <ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic" /> <Message>System.Web.HttpUnhandledException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #3059A08C</Message> <Timestamp>2018-06-11T13:33:44.4843349Z</Timestamp> <ExceptionRetriable>false</ExceptionRetriable> <ExceptionSource i:nil="true" /> <InnerFault> <ActivityId>6f29dc99-284e-4655-b1e3-740f481953ae</ActivityId> <ErrorCode>-2147220891</ErrorCode> <ErrorDetails xmlns:d3p1="schemas.datacontract.org/.../System.Collections.Generic" /> <Message>The queued entity instance does not allow associated queue item to be activated in its current state.</Message> <Timestamp>2018-06-11T13:33:44.4843349Z</Timestamp> <ExceptionRetriable>false</ExceptionRetriable> <ExceptionSource i:nil="true" /> <InnerFault i:nil="true" /> <OriginalException i:nil="true" /> <TraceText> [Microsoft.Crm.ObjectModel: Microsoft.Crm.Extensibility.InternalOperationPlugin] [46f6cf4c-14ae-4f1e-98a1-eae99a37e95c: ExecuteWorkflowWithInputArguments] Sync workflow 'Queueitem to active' terminated with error 'The queued entity instance does not allow associated queue item to be activated in its current state.' </TraceText> </InnerFault> <OriginalException i:nil="true" /> <TraceText i:nil="true" /> </OrganizationServiceFault>
What does this mean? How can I activate that item?






