Hi There.
I have a process with various step's in it
And I would like to update the Process Stage (name) on a view located on an incident/case ?
But I cannot figure out where I can get this information from?
Looking at the body from when the process is updated seems to be no use?
```
"_bpf_incidentid_value": "b1c007bc-78fd-ea11-a813-000d3a7f128d",
"_bpf_incidentid_type": "incidents",
"_organizationid_value": "76c0e306-19ae-4640-87d1-8e5b8368b254",
"_organizationid_type": "organizations",
"_processid_value": "5e6f0f1e-a4f5-4b18-ae48-87171a10d3f7",
"_processid_type": "workflows",
"traversedpath": "db8493d5-90f4-43f2-8e2e-d52f61b17e67,d6bbbc5a-f1e8-4a61-9151-0f955a78981a,8b23f26c-96c9-4647-abd3-63664a0a7fa4,ee96ba84-06bd-4661-8e82-6883776122f7,73fc67d8-cdc7-4252-82c0-be89da3f4442,3ae0b05e-fc3d-441d-9ea8-9fcfbcc0f7b7,814f3787-36bb-4c44-8404-103e52533066",
"bpf_name": "Track Day Process",
"statuscode": 1,
"_statuscode_label": "Active",
"activestagestartedon": "2021-08-11",
"_createdby_value": "5c6b30f0-d226-4628-aa0a-5e3a0413f9df",
"_createdby_type": "systemusers",
"timezoneruleversionnumber": 0,
"modifiedon": "2021-08-11T06:00:33Z",
"businessprocessflowinstanceid": "c6c007bc-78fd-ea11-a813-000d3a7f128d",
"_modifiedby_value": "5c6b30f0-d226-4628-aa0a-5e3a0413f9df",
"_modifiedby_type": "systemusers",
"iu_stage_started_on": "2021-08-11T05:57:51Z",
"_activestageid_value": "814f3787-36bb-4c44-8404-103e52533066",
"_activestageid_type": "processstages",
"createdon": "2020-09-23T08:42:43Z",
"statecode": 0,
"_statecode_label": "Active",
"utcconversiontimezonecode": 105,
"ItemInternalId": "c6c007bc-78fd-ea11-a813-000d3a7f128d",
"SdkMessage": "Update",
"RunAsSystemUserId": "5c6b30f0-d226-4628-aa0a-5e3a0413f9df",
"RowVersion": "15390980"
}
```