advanced workflow can't edit

Witchayanin Maythangkul asked on July 13, 2015 09:32

advanced workflow can't edit


Image Text

Recent Answers


Brenden Kehren answered on July 13, 2015 17:44

Did you do as the warning stated and check out the documentation linked on the page? I'd start there to ensure you have your server configured correctly first.

0 votesVote for this answer Mark as a Correct answer

Witchayanin Maythangkul answered on July 14, 2015 04:04 (last edited on July 14, 2015 04:05)

I try to fix it in web.config "/CMSModules/Workflows/web.config" but it not work <?xml version="1.0"?> <configuration> <system.serviceModel> <bindings> <webHttpBinding> <binding name="SecureHttpBinding"> <security mode="Transport" /> </binding> </webHttpBinding> </bindings> <behaviors> <endpointBehaviors> <behavior name="WorkflowDesignerServiceBehavior"> <enableWebScript /> </behavior> </endpointBehaviors> </behaviors> <services> <service name="CMS.WebServices.WorkflowDesignerService"> <endpoint address="" behaviorConfiguration="WorkflowDesignerServiceBehavior" binding="webHttpBinding" contract="CMS.WebServices.IWorkflowDesignerService" /> <endpoint address="" behaviorConfiguration="WorkflowDesignerServiceBehavior" binding="webHttpBinding" bindingConfiguration="SecureHttpBinding" contract="CMS.WebServices.IWorkflowDesignerService" /> </service> </services> </system.serviceModel> <system.web> <authorization> <deny users="?"/> </authorization> </system.web> <location path="Services/WorkflowDesignerService.svc"> <system.web> <authorization> <deny users="?"/> </authorization> </system.web> </location> </configuration>

0 votesVote for this answer Mark as a Correct answer

Brenden Kehren answered on July 14, 2015 16:37

I'm pretty sure that config change goes in your main web.config at the root of the site, but I could be wrong.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.