When a task expires is not triggered in SharePoint designer workflow

Hi all,
I am using sharepoint designer workflow for document approval and the tasks are assigned in serial.. but the when a task expires event is not triggered..  I have set due date for the task process but still it is not triggered.. Can anyone tell me how
to resolve this issue..
I am using this option to escalate the task to the next approver if it is not completed within the specific duration.. Can anyone tell me if there is any alternative way to do this..

Hi ,
I  understand that when a task expires ,the workflow doesn’t create the tasks for next approval .This is how serial tasks works .You
need to complete the first task first before the next task is generated .So you can add actions by change the behavior of a single task .
Open the workflow in SharePoint Designer .Click Approval(1) to modify the approval process .
Choose ‘Change the behavior of a single task ’ on next page .Find the ‘When a task expires ’ section  .
Add actions like ‘Rescind task’ (this action completes the task without an outcome) ,’Reassign Task’(reassign current task to another people ), ‘escalate task ’(escalate current task to manager)  .
In this way ,the current task is whether completed or reassigned for completion ,then the next task will be created after current task is completed .
For more information about this task action ,please refer to this site:
Workflow actions in SharePoint Designer 2010: A quick reference guide :
http://office.microsoft.com/en-us/sharepoint-designer-help/workflow-actions-in-sharepoint-designer-2010-a-quick-reference-guide-HA010376961.aspx
Thanks
Entan Ming
TechNet Community Support

Similar Messages

  • When building a vacation leave holiday system using SharePoint Foundation 2010 and SharePoint Designer workflows how can I add half day functionality?

    Hi,
    I have built a vacation leave holiday system for SharePoint Foundation 2010 using SharePoint Designer workflows and Javascript. Everything works perfectly but I'm struggling to design a solution for users to specify half day requests that span over dates
    greater than 1 day, i.e. my half day solution works but only when the start and end date are the same. How would I change the user interface to allow users to choose which day they want the half day to be requested when the vacation leave holiday request is
    from, say,  6th - 10th Jan 2014?
    Thanks.

    Hi ,
    I have a test on my machine with a custom approval workflow and it can work normally .Here are the detailed steps :
    1.      
    Open the site in SharePoint Designer .Create a workflow to associate with the document library .Set the workflow to start when an item is created and when an item is changed
    .Also allow the workflow to start manually .
    2.      
    Choose ‘Collect Data from a user’ .
    3.      
    Click on the data and give a name to the Task created .
    4.      
    Define the custom form field name as ‘Approve ?’ .Set the information type as Choice .
    5.      
    Set the choices as ‘Approve’ and ’Reject’ .Display as Checkboxes .Uncheck the ‘Allow fill-in values’ and ‘Allow blank values’
    .Click finish to save .
    6.      
    Click on users and add the users who will approve the documents .
    7.      
    Keep the output to variable as collect .
    8.      
    Add a new step .Choose ‘If any value equals value ’ .Set the any value ‘Data source’ as  workflow variables and parameters .Set the ‘Field
    from source’ as Variable: collect .
    9.      
    Set the value behind ‘equals ’ as ‘Approve’ .
    10.  
    Add a new action ‘Update list item ’ .Set the item as current item .Add the field Approval status as Approved .
    11.  
    Add an Else-if branch to update the Approval status as Rejected .
    12.  
    Publish the workflow and test in your site .
    Thanks,
    Entan Ming

  • SharePoint Designer Workflow 'Failed on Start', SP Logs has WorkflowValidationFailedException, works ok when recycle IIS App Pool and restart

    Hi there, 
    I know there are a lot of posts about "Failed to Start" errors, but I have yet to see one that describes our problem.
    We have workflows built with SharePoint Designer 2007
    Normally these workflows start ok and work completely
    Occasionally though they will all fail to start, instead showing "Failed on Start (retrying)" in the Workflow Status and the following exception in the SP Logs:
    01/16/2015 15:43:27.28 w3wp.exe (0x15D4) 0x1A00 Windows SharePoint Services Workflow Infrastructure 936l High Engine RunWorkflow: System.Workflow.ComponentModel.Compiler.WorkflowValidationFailedException: The workflow failed validation. at System.Workflow.Runtime.WorkflowDefinitionDispenser.ValidateDefinition(Activity root, Boolean isNewType, ITypeProvider typeProvider) at System.Workflow.Runtime.WorkflowDefinitionDispenser.LoadRootActivity(Type workflowType, Boolean createDefinition, Boolean initForRuntime) at System.Workflow.Runtime.WorkflowDefinitionDispenser.GetRootActivity(Type workflowType, Boolean createNew, Boolean initForRuntime) at System.Workflow.Runtime.WorkflowRuntime.InitializeExecutor(Guid instanceId, CreationContext context, WorkflowExecutor executor, WorkflowInstance workflowInstance) at System.Workflow.Runtime.WorkflowRuntime.Load(Guid key, CreationContext con...
    01/16/2015 15:43:27.28* w3wp.exe (0x15D4) 0x1A00 Windows SharePoint Services Workflow Infrastructure 936l High ...text, WorkflowInstance workflowInstance) at System.Workflow.Runtime.WorkflowRuntime.GetWorkflowExecutor(Guid instanceId, CreationContext context) at System.Workflow.Runtime.WorkflowRuntime.InternalCreateWorkflow(CreationContext context, Guid instanceId) at System.Workflow.Runtime.WorkflowRuntime.CreateWorkflow(Type workflowType, Dictionary`2 namedArgumentValues, Guid instanceId) at Microsoft.SharePoint.Workflow.SPWinOeHostServices.Send(SPWinOeWorkflow winoeworkflow, SPWorkflowEvent e) at Microsoft.SharePoint.Workflow.SPWinOeEngine.RunWorkflow(Guid trackingId, SPWorkflowHostService host, SPWorkflow workflow, Collection`1 events, TimeSpan timeOut)
    What is strange, is that if I recycle the App Pool for the SharePoint site and then restart the workflows, they all work fine for a time. Until the next time they don't =) 
    The workflows must be configured ok since they do work complete at time, but I wonder if there is something with the memory usage of the app pool or something that is being re-compiled when the App Pool is recycled
    The App Pool is set to recycle nightly, and when virtual memory > 1700MB or memory > 1000MB
    Is anyone able to shed any light on this problem?? Or what steps I can take to debug the problem further.
    Thanks in advance
    Miguel Clark =)

    Hi Sudip,
    Thanks for the link.
    The workflows in question are SharePoint Designer workflows using standard actions, so unsure exactly how to check the 'correlation tokens' and 'DLLs', plus the workflow works fine as soon as I recycle the IIS App Pool, so do not see how these could be the
    problem
    As to the 'lodctr' commands, we have tried  these in the past, to no effect. Though may try them again next time the issue comes up just to see if it does the same thing as recycling the app pool.
    My big question here is "why would it suddenly work after recycling the app pool??" I feel like it must be something memory related, since recycling the app pool releases the resources used by the IIS worker process.
    Miguel =) 

  • Data Source for Current Task not Showing in SharePoint Designer 2013

    Hello, 
    I am creating a approval workflow in SharePoint Designer 2013. I had completed the workflow only to have the requirement by the client that they wanted to approve the workflow from email. So I thought why not use the Current Task:Form_URN data source field.
    But i went to look for it, and it doesnt appear to be in the drop down. 
    Im on Office 365, and using it for one of my SharePoint Sites. Im new to Office 365. Please help. 

    Hi ,
    According to your description, my understanding is that you want to use Current Task:Form_URN to let users approve the task in email.
    When we use SharePoint 2010 platform to create approval workflow with “Start Approval Process” action, in the approval notification email, there is a button called “Open this Task”with Outlook client. If we click the button, it will call the task and we
    can approve or reject the task.
    I added a log action into my approval workflow to log Current Task:Form_URN, the value of the log message was the edit form of the current task.
    If you want to use it in email, you can do as the followings:
    Open your approval workflow with SharePoint 2013 Designer (the platform of the workflow sould be SharePoint 2010 platform).
    Edit the workflow
    In the “Start Approval Process” action, click “Approval (*)”.
    Click “Change the behavior of a single task”
    In the “When a Task is Pending” section, find the action “Email task notification to
    Current Task:Assigned To “, and edit it like the screenshot below.
    Publish the workflow
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Sharepoint Designer Workflow - Edit this task button not showing in outlook for some users.

    Hello all,
    I have created a "collect data from user" workflow in Sharepoint Designer, with around 9 "else" instances as to who to collect data from. My problem is that some users do not have the "Edit this task" button at the top of the email (Nor do they have the
    "create rule.." button). They DO have the enabled hyperlink in the body of the email, which brings them to a screen where they can view the details of the task, then edit it by clicking on "Edit".
    My users who have the button at the top of the email are having a much more simplified experience, and I would like all users to have it. All permissions are equivalent across the board as best I can tell. Is this an Outlook settings issue perhaps?
    Any input is much appreciated!
    Thanks!

    Hi Fender,
    Please can you confirm which version of Outlook your users have (and if they are all on the same version)? All my none 2007 users lack the Edit Item button, and have to use the links in the body of the email, which I believe is simply due to the fact that
    2003 et al lacks the same SharePoint integration options as 2007.
    Cheers
    Stew

  • Customise an ASPX in the layouts directory that is not visible in SharePoint Designer

    Hi
    I want to be able to deploy a customised ASPX page in a Visual Studio WSP solution to my site. There is a file named CopySharedPage.aspx which is used for the dialog that pops up when you edit a page that has multiple friendly URLs. Our users get confused
    by this and several of them have clicked the option to 'Edit page for single URL (my page url)' which does  this "Create a copy of the page for the URL you were just on to edit it
    independent of other URLs." We don't want them doing that. In our site we often have multiple URLs for marketing reasons, but only want to maintain the one physical page of content. I can edit the CopySharedPage.aspx file in
    C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS directly on the server and comment out or delete the section that creates the link to Edit page for single URL (which consequently creates a copy of the page).
    But I would prefer to do this as part of my VS solution to make deployment easier. In my solution I have branding files such as master page, layouts and search assets such as a custom refiner and modified Item_Default.html. All of those items can be found
    in SharePoint Designer and they can also be replaced by having a module in VS with those files and with entries to place them using elements.xml in the module.
    I tried to do the same with the CopySharedPage.aspx but it doesn't overwrite the one on the server. This is my elements.xml for the module:
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <Module Name="LayoutCustomisations" Url="_catalogs/layouts">
    <!-- This page is the edit dialog when a page has multiple friendly URLs associated with it - we are hiding the option to create a cpy for editing that single URL -->
    <File Path="LayoutCustomisations\CopySharedPage.aspx" Url="CopySharedPage.aspx" ReplaceContent="True">
    </File>
    </Module>
    </Elements>
    I end up getting a CopySharedPage.aspx created at
    C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\FEATURES\MyWebsite_Site\LayoutCustomisations\CopySharedPage.aspx but it isn't used. The original one is still there in the 15\TEMPLATE\LAYOUTS directory and being used.
    Is there something I am doing wrong or do I have to do this a completely different way? Maybe it's not a supported customisation?

    There's two ways you can deploy your aspx (layout) files. One is deploy in _Layouts folder (which basically copy the file in (c:\program files\common files\microsoft shared\web server extensions\15\template\layouts). To copy file in that place, you don't
    need module, just use SharePoint mapped folder.
    Another way is to upload the layout folder in SharePoint library. But _catalogs is not the right place to upload your file (_catalogs doesn't have any subfolder named 'layouts'). You can upload your file in 'Pages' library or 'site pages' library in the
    current web.
    I'm not quite sure though (sorry I didn't get what the problem is but just guessed you are trying to get your aspx page in SharePoint designer, not sure why) why you need to upload the file in pages/site pages library instead of '_layouts' folder. 
    Thanks,
    Sohel Rana
    http://ranaictiu-technicalblog.blogspot.com

  • Filter Criteria will not save in SharePoint Designer

    I have a web page that contains form webpart (for entering search keywords) and a dataview with successful configuration to sql database table.
    In SPD > dataview > Common Tasks:
    I have created parameter with control type and texbox control ID. Then setup the web part connection to link both web parts.
    In the final step I then try to set the filter criteria and choosing columns with available option of parameter name and click ok. The filter values disappear.
    I have followed the steps from the following link:
    http://andyparkes.co.uk/blog/index.php/2008/10/31/creating-a-multi-column-search-form-in-sharepoint-v3-with-sharepoint-designer/
    Why does the Filter criteria not save?
    Thanks in advance.
    -- techChirag

    Hey, I dont suppose anyone's found a solution to this yet? I've succesfully done this on a few different Site Collections, but for some reason it's not working on my latest one. As above, after setting the Filter Criteria and saving the page in SPD2010,
    the filter criteria just dissappears. Random!

  • Specify duration for each assignment stage in an approval task - sharepoint designer workflow

    HI
    I am trying to create an approval workflow in sharepoint designer. How do I configure different duration for each participant in a approval task .?

    I had a similar issue. Best way I found was to go into the 'Before a Task is Assigned' of the task and then Set Task Field Due Date - to the date needed.  If you need to get into specific time of the day, it presents additional issues.  First the
    workflow doesn't have a 'current time' function.  If the task is being created at the start of the workflow, you can use Workflow Context Date/Time started and calculate from there.  If you are adding a task, or the
    task is occurring after a previous task, you can make a workflow field and on the 'When a Task Completes - assign it the value of Current Task Last Modified.  Also, it seems their is bug where it doesn't recognize the
    time-zone correctly when you update the Due Date in the workflow process.  So if you see unexpected results for the time in the duedate value, may have to adjust for however many number of hours your timezone is from GMT.

  • Get id to task in Sharepoint Designer workflow 2013

    Hi
    I am using 'Approval Process Action'. The workflow assigns approval task to several approvers. And it creats multiple tasks for that.  When I use current task: ID variable, I can only get the latest task ID.  How to get task ID for each
    approver.
    Said WAHID

    Hi,
    Where did you use the task ID? You can use a log(Log Current Task: ID to the workflow history list) to check the value of the task ID.
    You can take the steps below:
    1.Click on 'Approval(*)' to edit the task process.
    2.Then click on 'Change the behavior of a single task'.
    3.In the “When a Task is Pending” section, add a log action to check the value of the task ID.(Log Current Task: ID to the workflow history list)
    4.Publish the workflow
    5.Then you can check the values of the task ID via Workflow History list.
    If you have any problems, please feel free to let me know.
    Best Regards,
    Lisa Chen

  • SharePoint lists are not showing in SharePoint designer "Lists and Libraries" section

    Hi , 
    I using sharepoint 2010 and sharepoint designer 2010.
    I created a custom list on the sharepoint , and i trying to open the list through designer, but in sharepoint designer under the "Lists and Libraries" section that created custom list is not showing.
    But when i click on "AllFiles-->Lists -->MyCustomlist " (its present in the root folder's "Lists" folder)
    can anyone help on this.
    regards,
    RK

    Hi,
    According to your description, there is a list appears in “All Files” section but not in "Lists and Libraries" section in SharePoint Designer.
    What if you refresh(F5) the SharePoint Designer in the "Lists and Libraries" section? Will the issue list appears?
    If the list still doesn’t show up, please clear the cache of the SharePoint Designer and reconnect your site for a test.
    About how to clear the cache of SharePoint Designer:
    http://www.c-sharpcorner.com/UploadFile/sagarp/how-to-clear-your-sharepoint-designer-20102013-cache/
    Feel free to reply if there any progress.
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • Visio workflow is not imported in SharePoint Designer 2010

    Hi,
    I created a workflow in Visio 2010 Professional, however when I try importing into SharePoint Designer, I do not see it appearing in a different tab. There was no error during the import, but it is not imported.
    Must I use Visio 2010 Premium only , or is some feature disabled.

    Hello there,
    you need Visio premium.
    check this reference
    good day
    If a reply helps you Vote As Helpful, if a reply solves your problem don't forget to Mark As Answer. Aabed Yassine.

  • Sharepoint Designer workflow not starting or listing.

    I have some designer workflows running on my list. One of them is a workflow that runs on
    item creation. Sometimes this workflow is skipped when an item is created in the list. This workflow does not get listed for the item. This happens just once in a while but it affects the application a lot. Sometimes none of the workflows are
    listed for the particular item when i check the workflow settings.
    P.S:- All items created using user accounts only

    if the Item is created using System Account, the workflow will not start automatically. check whether there is any difference between the items created withno workflow and the working ones.
    Qiao Wei <br/> My blog:http://blog.goobol.com

  • SharePoint public facing site does not open in sharepoint designer after giving http redirect in IIS

    I have a public facing sharepoint site
    We gave http redirect in IIS due to which I am unable to open the site in SharePoint Designer and gives error message site not found in webserver.
    If i revert back the settings (remove the http redirect link) i m able to open the site in designer.Please let me know how can I resolve the issue in opening site in SharePoint designer after http redirect setting done in IIS

    Looks like an AAM issue. What URL of the site you are trying to open with designer and what are your AAM settings?
    Ronald Bruinsma - Independent SharePoint Consultant - iDocs.info - The Netherlands
    Ronald I got the same issue here is my info:
    sharepoint site: http://<servername>/sites/mycompany
    <ServerIP>
    Default
    http://servername
    <Servername>
    Default
    http://servername
    http://contoso.mycompany.com
    Extranet
    http://contoso.mycompany.com
    In IIS webapp 80. http redirect:
    redirect requests to this destination is checked: http://contoso.mycompany.com/sites/mycompany
    can you help me? thanks

  • Office 365 : SharePoint designer workflow platform not available

    Hi,
    We have Office 365 E3 subscription and I am facing issue creating any SP2013 designer workflow for the sites created via Custom Web Templates ?
    The option to create designer workflow with "SharePoint 2013 Workflow platform" is unavailable with message..
    "The option for SharePoint 2013 Workflow platform is not available because the workflow service is not configured on the server, please contact your server administrator"
    To add to the issue even if we create 2010 designer workflow, the workflow does not get associated with the list/library. I can see the workflow in SharePoint designer but not with library settings from the browser and of course the workflow is not executed.
    Can anyone please suggest any solution ?
    Thanks in advance.
    Rajesh

    Hi,
    If you are a tenant administrator please log into your admin account
    navigate to this  "https://youraccount-admin.sharepoint.com/_layouts/15/online/TenantSettings.aspx"
    In this page,under connected services, deselect the "Block
    SharePoint 2013 workflows".
    Murugesa Pandian.,SharePoint 2010, MCPD | MCTS - Configure

  • Item display templates office 365 not showing in sharepoint designer

    Hi,
    I have an enterprise search site in O365. I can brows to Masterpage > Display Templates > Search in the browser and see the .html & .js file.  If I brows to the same location in SharePoint designer, the files do not display.  How do I
    see/edit the files in SP designer?
    Thx!

    Hi Lorena,
    Add an image of the path, All Files (and pin button)->_catalogs->masterpage library.
    Thanks
    Daniel Yang
    TechNet Community Support

Maybe you are looking for