Use REST API with processes
search cancel

Use REST API with processes

book

Article ID: 200683

calendar_today

Updated On:

Products

Clarity PPM On Premise Clarity PPM SaaS

Issue/Introduction

Considering using the REST API to send information from one application into the Clarity instance

1) Is it possible to trigger a process using REST to create or update a project like XOG does?

2) Is it possible to trigger a REST transaction via a process?

Environment

Release : Any

Resolution

  • It is not directly possible to trigger a process using REST to create or update a project like XOG does. What can be done is to use REST to update the project directly. That update could be a field in the project which could trigger the process execution.  
  • It is possible to trigger a REST transaction via a process, via REST calls in a GEL script to make project updates. This has been done by few partners