Create a task instance

Creates an instance of a task and save it to the database.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Request

request body
instanceNamestringOptional
originstringOptional
taskNamestringOptional
treeIdstringOptional
taskParamsobjectOptional
optionsobjectOptional

Response

Response of whether the insertion operation failed or succeeded.

Errors

500
Internal Server Error