Tagged Questions
0
votes
1answer
12 views
Workflow, getting all numbers between two values
we were using Nintex Workflow here. I need to get all numbers between two numbers. For example: I have 2 and 8 so I need 2,3,4,5,6,7,8. I tried it with a Loop and a State-Machine but this is very ...
0
votes
0answers
45 views
Correct error in Nintex workflow in progress SP2010
I have a complex workflow, created with Nintex, which requires an approval task to be sent to someone's manager, however when the workflow was created there was a mistake and this task is being sent ...
0
votes
0answers
181 views
Nintex Workflow (custom list) [closed]
I created a custom list and attached a nintex workflow to it. The workflow starts with a condition (If the individual chosen a specific department then the email would go to that manager. After that ...
0
votes
0answers
109 views
nintex workflows not working [closed]
I've attached a couple of workflows to some lists and they work fine.
But then when I deploy a wsp package they stop working (the workflow's status is 'starting')
For your information, the wsp only ...
0
votes
0answers
33 views
Update published Nintex 2010 Workflow
I need to implement an update functionality for already published workflows.
I know that I can republish the workflows via the Nintex API. The question I have, what is happen to the running ...
1
vote
0answers
111 views
Workflows in SharePoint and User Views
I have a sharepoint 2010 portal running and we are financial institution with more then 700 users. We have recently bought NINTEX WORKFLOWS 2010 (Standard Edition) and would like to implemented to use ...
1
vote
1answer
238 views
Workflow moving file and retaining meta data (can't copy/paste/delete)?
As an unfortunate consequence of poor planning the system I work on has a reliance on meta data (date created, date modified) for some reporting. Although we're currently in the process of phasing ...
0
votes
0answers
210 views
Moving content with a workflow from one document library to another
I have a project where I've been asked to move content from one document library, to another (in a different site collection) when the financial year that the form was created in has ended. With this ...
1
vote
0answers
473 views
Nintex Workflow Query Lookup Filter not working for User field [closed]
So I have a nintex workflow where a username is extracted from an infopath form via Query XML. Confirmed that it comes out into the user variable (of type person or group) in the format DOMAIN\USER
...
1
vote
1answer
135 views
How do I upgrade an individual Nintex 2007 workflow to a separate SharePoint 2010 farm? [closed]
We have a legacy SharePoint 2007 farm with Nintex Workflow 2007 installed. We are in the process of migrating our sites and applications to a new SharePoint 2010 farm with Nintex Workflow 2010.
How ...
0
votes
1answer
309 views
How to use a negative of a numeric column's value in workflow
I have a column named "How many month before the due date to inform the focal" which is used to know how many months before the due date I need to remind the focal to do his task.
The problem is: I ...
1
vote
2answers
876 views
How do I send an email to the initiator of a nintex workflow? [closed]
I need to create a nintex workflow:
I need to know who the workflow initiator is.
Put this information in a column in the item.
Use this information to send a message to the initiator.
How can I ...
1
vote
1answer
734 views
How to set a person/group field in UpdateListItems [closed]
I'm trying to use a web service call in Nintex Workflow to add a new item to a list. I'm using the web service because the user only has read permissions to the list. What syntax is needed to set ...