hi
i am developing a provider hosted app in SharePoint 2013 using visual studio 2013 , in this app i created a list and a workflow on it using visual studio. in the workflow as shown below.
i code the workflow as above , i used the flow chart type workflow and insert it under sequence as shown above .when i run the workflow but control is not entering in flow chart.the workflow is stopping at first UpdatedListItem only . what should i do...i need to create workflow for approval process. when a task is rejected by head it should again goes to assignee.
how can i achieve this?