Why is webhook workflow not taken into consideration when creating modelderivative job?
问题 When I create a job, with a webhook for completion on https://developer.api.autodesk.com/modelderivative/v2/designdata/job the misc.workflow part is not taken into consideration. This is the POST I use with postman (header only contains Authorization key): { "input": { "urn": "{{Urn}}" }, "output": { "formats": [ { "type": "svf", "views": ["3d", "2d"] }] }, "misc" : { "workflow" : "my-workflow-id" } } In the response, I have nothing related to the workflow, but job is trigerred, coming to an