-
Popular posts
-
Tags
Add-In Administration BDC CAML Certificate Certifications Configuration Content Types CSOM Database Deployment ECB External Content Types FBA Fields Impersonation InfoPath installation JavaScript jQuery Logging Metadata Properties MVP Packaging Performance PowerShell Provider-Hosted REST Ribbon Search security Self-Signed Certificate SharePoint SharePoint Designer SharePoint Short SP2019 SQL Taxonomy Timers User Control Visual Studio WCF WebPart Workflow Workflow Activity
-
Categories
- .Net (2)
- Deployment (1)
- Development (1)
- General (11)
- InfoPath (7)
- JavaScript (3)
- Office (1)
- SharePoint (110)
- Configuration (15)
- CSOM (2)
- Designer (3)
- Installation (5)
- Security (2)
- Taxonomy (4)
- Workflow (9)
- SharePoint Shorts (22)
- SQL (3)
- Unit Tests (1)
- Visual Studio (4)
Category Archives: Workflow
External Participant for Task Items
If you’re wondering why you get (External Participant) appended to tasks created with the CreateTask and CreateTaskWithContentType workflow activities and are investigating why it appears that the person who was assigned the task is being marked as an external participant, … Continue reading
Correlation value on declaration “x” is already initialized
If you’re writing a workflow and are using the CreateTask or CreateTaskWithContentType activities you may come across the following error: System.InvalidOperationException: Correlation value on declaration “Name of your token” is already initialized When adding a token to the create task … Continue reading
Updating URL field for ExtendedProperties in workflow
I was trying to update a URL field of a task within a custom workflow I was writing and spent a bit more time than I’d have liked trying to get the URL and description to save correctly in the … Continue reading
Delay Activity in SharePoint Workflow
Trying to use the Delay Activity workflow activity in a SharePoint workflow and having problems with it firing? For SharePoint 2010, the delay activity will only be checked if it has completed the configured delay every time the Workflow timer … Continue reading