curl --location --request GET 'https://platform.shopranos.eu/api/WorkflowExecution//report'
[
{
"status": "Idle",
"stepReports": [
{
"stepId": "string",
"status": "Idle",
"runTime": "string",
"stateIn": {
"property1": null,
"property2": null
},
"stateOut": {
"property1": null,
"property2": null
},
"errorMessage": "string"
}
]
}
]