workflow
4 TopicsCollect signatures list workflow cannot add or remove signatures
Hello, I apologize if this is not the correct venue to ask this kind of question. If not, please let me know where would be more helpful. My workplace uses SharePoint Collect Signatures workflow on a SharePoint list of documents in ordr to speed up approval process and keep the office paper free, using digital signatures on a Microsoft Word document. However, it seems that after recent updates to SharePoint and Microsoft Office last year, that workflow no longer works on Microsoft Word. After one person signs the document through SharePoint, when the document is opened next all the signatures are blank. There doesn't sem to be any error message or explanation of what's going on; the workflow is marked as "Completed" despite the document having no signatures on it. Is this the intended behavior of the Collect Signatures workflow for the latest versions of SharePoint and Word, or is there a crucial step that I am missing? And if it is the intended behavior, is there a workaround that people are using? Thanks, Nathan802Views0likes0CommentsHow is better\faster update a workflow on all project sites?
Hello , I develop a workflow for SharePoint\Project Server 2016 using SharePoint Designer 2013. I have a project site template with a change requests list. The list uses a site collection list content type 'Change Request Content Type'. Each column is a site column. A workflow 2013 is associated with the content type. I didn't find a way how to create a reusable workflow that can be used by all sites and as the result each site has a workflow. Now I need to update the workflow on all project sites. Question is how is the better to update change request workflow on project sites? Or perhaps I had to use another approach for implementing the workflow. Really appreciate for your help and advice. Best regards, Slava Shamak827Views0likes0CommentsHow to get custom reusable workflow feature in CSOM?
Hello, I have created a custom reusable workflow in SharePoint Designer. I am facing an issue after deployment of workflow. I have to activate the workflow feature with CSOM but I am not able to get that feature with CSOM code. I have tried code but this code is not showing that custom workflow feature id. I have tried on web & site level also : public static void GetAllWebFeatures(ClientContext ctx, Web web) { try { var webFeatures = web.Features; ctx.Load(webFeatures, fcol => fcol.Include(f => f.DisplayName, f => f.DefinitionId)); ctx.ExecuteQuery(); foreach (var f in webFeatures) { Console.WriteLine(f.DisplayName); } } catch(Exception ex) { Helper.WriteException("Error in GetAllFeatures", ex); } }1.3KViews0likes2CommentsCan't view site Workflows anymore
Hi, My colleague who is developing site workflows in our SP 2013 on Premise site is not able to access the site workflows page anymore http://spsite/_layouts/15/workflow.aspx The last action that he did was he deleted a site workflow that was currently running. And after that he’s not able to view any site workflow anymore. I’ve also attached the log file that I got from our server and the correlation id is given below. I tried doing iis reset on all servers in the farm and asked him to clear his browser's cache but it didn’t help. Thanks in advance for any help. Error Message: Sorry, something went wrong An unexpected error has occurred. Technical Details Troubleshoot issues with Microsoft SharePoint Foundation. Troubleshoot issues with Microsoft SharePoint Foundation. Correlation ID: aa8c659e-a186-5074-0bf2-fbbdb1228e03 Date and Time: 5/9/2018 4:35:37 PM1.4KViews0likes1Comment