Skip to main content
Nintex Community Menu Bar

Is there a way to collect all the activities of a certain process programmatically?

  • May 17, 2009
  • 2 replies
  • 12 views

Forum|alt.badge.img+11

Hi


I need to get all the Activities in a certain process programaticllay; is that possible?

2 replies

Forum|alt.badge.img+9
  • Nintex Partner
  • May 18, 2009

Yes, i believe that is accessible via the Workflow Management API:

 File:  SourceCode.Workflow.Management.dll

 Class: SourceCode.Workflow.Management.WorkflowManagementServer.GetProcActivities()


Forum|alt.badge.img+11
  • Author
  • May 18, 2009

Many thanks