Skip to main content
Nintex Community Menu Bar

Task without pausing the workflow

  • June 10, 2016
  • 4 replies
  • 12 views

Forum|alt.badge.img+10

Hi,

Is possible to make a task using workflow that does not wait for the user to respond. Also I need the nintex task form content type.

After the task is created the workflow should continue as normal.

Any help?

Sojan

4 replies

Forum|alt.badge.img+10
  • Author
  • June 10, 2016

Hi

There is one way to solve this situation, by starting another workflow (B) from the main workflow (A). Workflow B will have the Flexi task. The main workflow A will not stop or pause by this.

Please let me know if there is another way.

thanks


Forum|alt.badge.img+16

could you use create item action to just insert a record rather than waiting for a response?


Forum|alt.badge.img+16

how did you get on with this Sojan Mathew


Forum|alt.badge.img+10
  • Author
  • June 13, 2016

Hi Cassy,

I used the method I mentioned above, Instead of just creating a task, I need a task form where user can edit some fields from main list.

So I am using the method that I mentioned, calling a workflow which create a flexi task for that user.