Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Following the steps to create a work item in design automation. Step 7 gives this error.
Can someone confirm what the activity id should look like?
“activityId”: [
“The activity Concora_App_1.concoraActivity2+testAppBundleId3 could not be found (Parameter ‘activityId’)”
]
This is the payload we are sending.
{
"activityId": "Concora_App_1.concoraActivity2+testAppBundleAlias2",
"arguments": {
"rvtFile": {
"url": "urn:adsk.objects:os.object:concorabucket11/DeleteWalls1",
"verb": "get",
"headers": {
"Authorization": "Bearer {{accessToken}}"
}
},
"result": {
"url": "urn:adsk.objects:os.object:concorabucket11/DeleteWallsResult",
"verb": "put",
"headers": {
"Authorization": "Bearer {{accessToken}}"
}
}
}
}
Solved! Go to Solution.