The initiation-form tag has no wiki summary.
0
votes
1answer
14 views
How to collect data from user on certain condtion once a Workflow is started
I have just started with Sharepoint Workflows and am able to create Association and Initiation forms in Visual Studio.
Currently I am working on a Sequential Workflow and have a scenario wherein I ...
0
votes
2answers
34 views
How do I update an initiation form to reflect changes in Initiation parameters?
In my List Workflow I've updated some of the properties of an Initiation Parameter, including the description that's visible in the form.
According to the workflow settings for the Library the ...
1
vote
1answer
75 views
How can i add a Person and Group control to Workflow Initiation From in SharePoint Designer 2010 x64
For some reason there is no Person and Group type in Add Field dialog on workflow's Initiation Form creation process in SharePoint Designer 2010.
I assume it should be there as it shown in screenshot ...
2
votes
1answer
233 views
Open workflow initiation form in modal dialog
Currently when I click on a custom action to run a workflow on a selected item the browswer navigates away from the current page to display the initiation form. This wouldn't be a such a problem ...
2
votes
1answer
316 views
SharePoint group in Person/Group Picker
I want to send an email from a reusable workflow to everybody in a SharePoint group. I created a test group from the site permissions and created a reusable workflow. In this workflow I added a ...
0
votes
1answer
51 views
How to close initiation workflow window?
I open a dialog initiation window of my sequential workflow from ECB menu. There is a start button on it. When this button is clicked the workflow starts working and the dialog window stays open. How ...
2
votes
0answers
515 views
How can you create a dynamic link to a workflow initiation form in a workflow-based e-mail?
Process:
User Creates Item
Admin receives "approve this" e-mail with a dynamic link
Admin selects dynamic link in e-mail
Admin is taken to initiation form of second approval workflow
Admin selects ...
0
votes
1answer
194 views
Workflow with initialization form - Notify user of error
I have a SP 2010 site workflow with an InfoPath initialization form. After the user fills in the data in the init form he submits the form and the workflow starts with the WorkflowActivated event.
If ...
1
vote
1answer
450 views
Process to Attach Initiation Infopath2010 Form with Sequential Workflow
Here I want Infopath2010 form will appear when I want to start manual Sequential Workflow in visual studio2010.For that I am using Initiation Form(created in Infopath2010) Process. DO anybody have any ...
1
vote
1answer
381 views
Workflow initiation form after publish from Word does not open in web browser
I developed a custom workflow in VS2010 with a custom aspx initiation form (<Workflow InstantiationUrl="" /> is defined). Moreover this workflow has InitiationType OnMajorCheckIn. So if I ...
1
vote
1answer
991 views
Workflow: Show initiation form after creating new item?
I want to start my Visual Studio 2010 sequential workflow automatically after adding a a new form (or any document for that matter) to a form library.
This works flawlessly as long as I don't have an ...