-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hello,
type information in schemas seems to default to string even when the provided example uses other types. An example, from the 200 OK response to POST /API/bpm/manualTask:
{
"displayDescription": "This is my subtask",
"executedBySubstitute": 1,
"processId": 8367255255370238000,
"parentCaseId": 1,
"state": "ready",
"rootContainerId": 1,
"type": "MANUAL_TASK",
"assigned_id": 1,
"assigned_date": "2014-12-01 17:39:53.784",
"id": 40006,
"executedBy": 1,
"caseId": 1,
"priority": "above_normal",
"actorId": 1,
"description": "This is my subtask",
"name": "My subtask",
"reached_state_date": "2014-12-01 17:39:53.784",
"rootCaseId": 1,
"displayName": "My subtask",
"parentTaskId": 40001,
"dueDate": "2014-12-25 00:00:00.000",
"last_update_date": "2014-12-01 17:39:53.784"
}
But the schema for ManualTask linked to that example is defined like this (extract, but it's all strings):
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
