tags:

views:

392

answers:

1

What is the API call to get information about the packages in a workflow based on the package_id of the workflow?

+1  A: 

what info are you specifically trying to retrieve. The workflow info is stored across many different objects and can be hard to track down. please post what your specifically trying to find and i might be able to help more. as a start, these objects include:

  • dm_workflow
  • dmi_workitem
  • dmi_wf_attachment

but there are others too.

shsteimer
Thanks I solved my problem.
joe