Hello,
I would like to store values from Flowable REST response (platform-api/search/tasks) to variables within a case
Current Behaviour
The API call to platform-api/search/tasks
- Data is viewable in Data table display
- Data is not being stored in the payload response with a variable value for response set in the data table.
Task Form - Data table
- formKey
- name
- assignee
- claimTime
- endTime
- createTime
REST URL - platform-api/search/tasks
Expecting JSON object with variables from datatable.
-
What is the best method for storing the Flowable API call response in the payload for an active case?
-
Can this data be sent on a Outbound Data Event?