Checks on the creation status of a Workflow Manager item
Check the creation status of a workflow item. The creation status reflects the state of the item being created. The creation status can be returned for the workflow item owner or users with access to the workflow item.
Query parameters
Name | Type | Required |
---|---|---|
|
|
Path parameters
Name | Type | Required |
---|---|---|
|
| |
|
|
Examples
Request
# You can also use wget
curl -X GET /{orgId}/admin/{itemId}/creationStatus \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {access-token}'
Response
200 Response
{
"success": true,
"itemId": "string",
"status": "Executing",
"error": {
"message": "string",
"name": "UnableToDetermineHostingServer",
"details": [
"string"
]
}
}
Status | Meaning | Description | Schema |
---|---|---|---|
| The item creation status of an item being created. | ||
| error |