Skip to main content
Nintex Community Menu Bar

How do a create multiple workflows for the same item?

  • March 8, 2016
  • 4 replies
  • 30 views

Forum|alt.badge.img+9

I have a parameterized workflow and would like to run the same workflow with different parameters for the same item.

When I try to run the second one, the workflow errors off.  I don't think I can call a site workflow from a list.

Any suggestions?

4 replies

Forum|alt.badge.img+7
  • Nintex Partner
  • March 8, 2016

You simply cannot run multiple instances of a workflow on the same item - at least not if it's a list-item workflow. You would need to create a site-workflow to have multiple concurrent instances.


Forum|alt.badge.img+11
  • Nintex Partner
  • March 8, 2016

Hi,

as previously said, you cannot run several instances of the same list workflow version on the same item, but of course you can start a Site Workflow using web services..have a look to StartWorkflow method in weburl/_vti_bin/nintexworkflow/workflow.asmx

Giacomo


Forum|alt.badge.img+9
  • Author
  • March 8, 2016

Thanks you're so right. The direction I need to go is to execute a Site Workflow from Web Services within the List Workflow.


Forum|alt.badge.img+9
  • Author
  • March 8, 2016

Yes I need to execute a site workflow from web services.