API to get list of available DNG workflows for a project
![]() Hello,
I want to get the workflows available for a given project. I'm able to see the workflow URI set for an artifact type in its XML request as below,
<rm:hasWorkflowAttribute rdf:resource="https://server/rm/types/workflow/attrdef/_aU2uYAQMEeyeAcxn6FaqRw/StakeholderRequestWorkflow"/>
But how do we get the URI of the all the workflows available for a given project?
|
2 answers
![]()
David Honey (1.2k●1●7)
| answered Nov 18 '22, 4:09 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Have you looked at https://jazz.net/wiki/bin/view/Deployment/CLMProductAPILanding, especially https://jazz.net/wiki/bin/view/Main/DraftTeamProcessRestApi? Comments Hi,
Thanks for the response. I'm unable to find any information on the workflows in the provided link.
Hi, Thanks for the response. I'm unable to find any information on the workflows in the provided link. |
![]()
Ralph Schoon (61.6k●3●36●43)
| answered Nov 21 '22, 3:11 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER I have explained how to get the workflow information for EWM here: https://rsjazz.wordpress.com/2022/02/02/ewm-work-item-oslc-cm-api/
I am pretty sure that DOORS Next provides similar information.
If you want to do stuff with APIs, you will have to be more inventive than just asking the forum to explain it to you. Very few users have worked with the APIs and even less have probably done what you want to do. So it would be a good idea to actually follow the links that are provided to you here. TLDR is not an option if you want to make progress.
|