Skip to main content
October 13, 2021
Question

How to Extract process variables info from Process model when Instance id is given. how to get the keyvalue pairs of processvariables (pvname:value)

  • October 13, 2021
  • 5 replies
  • 0 views

I would like to extract process variables info from an existing process instance with out using using a a!startprocess() function.. Is there any solution for this usecase.

input: processid

output: list of key value pairs of process variables. 

5 replies

stefanhelzle0001
Brainy
October 13, 2021

This is what process reporting is made for. No need to start another process.

docs.appian.com/.../Configuring_Process_Reports.html

October 13, 2021

Thanks for the Response Stefan .Is it possible to pass dynamically the columnName in report similar that of process variable name ?

Also no of columns = no of process variables based on selected process model

stefanhelzle0001
Brainy
October 13, 2021

No, that is not possible.

What is your use case?