How to get the creation date on the UI form using the application api (external api)

1
-1
-1
1 answer

1
0
-1

Which creation date are you looking for? Process instance creation date? Task case instance creation date? Something else?

You should try to use REST API for example on Human Task. If you call /API/bpm/humanTask/10 (where 10 is a task in ready state) you will get a JSON payload with reached_state_date that should give you the information you are looking for.

Notifications