Quantcast
Channel: SharePoint 2013 - Development and Programming forum
Viewing all articles
Browse latest Browse all 25064

Workflow error - A response was returned that did not come from the Workflow Manager.

$
0
0

I am trying to add an item to a list whenever is document is added to a library with a custom contenttype flag set. My workflow is:
If CurrentItem:AuditorView = Yes
     Create Item in AVLinks (Output to Variable: create)

Transition to Stage
     Go to End of Workflow

I am trying to add a record with 3 fields:
URL Value: Workflow Context:Current Item URL
Site Value: <mysitename>
Library Value: <mylibraryname>

When running the Error checker prior to publishing, I get no errors, but, when trying to publish, I am getting the following error:

System.InvalidOperationException: Operation failed with error Microsoft.Workflow.Client.InternalServerException: A response was returned that did not come from the Workflow Manager. Status code = 500:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<title>500 - Internal server error.</title>
<style type="t

Nothing appears in the event log or ULS log with more information. All of the services and the app pool are running, and the Workflow Service Status shows Workflow is Connected.

Ideas?


Viewing all articles
Browse latest Browse all 25064

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>