Friday, December 12, 2014

Modifying WrkStat.aspx With Custom TaskOutcome

Hello!

If you have ever developed custom TaskOutcome field for 2013 workflows with your own choices (link 1 or link 2), you have probably thought how to customize WrkStat.aspx and select your custom column in it for the tasks view instead of standard TaskOutcome:

Manage ListItem Permissions in SP Designer Workflows


Hi!

Today I'll show you how to manage List Item permissions in workflows developed in Sharepoint Designer 2013.

If you try to do this, you'll not find that in standard actions. A little bit frustrating, isn't it? But don't be disappointed!

Thursday, December 11, 2014

Work with 2013 Workflow Instances Programmatically

Hello everyone!

Like in one of my previous posts we had been studying to start workflows programmatically, today we shall work with it properties.

If you would like to get WorkflowInstance of your started or terminated workflow over the SPListItem, you need to use new 2013 workflow API, because the old 2010 workflow API will not work. Let's dive!