Creates a new Task in the system with the specified parameters.
This method initiates a new task with a unique ID, if one is not provided, sets the initial task state to STATUS_SENT, and establishes task ownership. The task must be assigned to a specific agent using the Relations field.
Once created, a task enters the lifecycle workflow and can be tracked, updated, and managed through other Task Manager APIs.
Longer, free-form, human-readable description of this Task.
If set, then task-manager will not trigger execution of this task on an agent. Useful for when ingesting tasks from an external system that is triggering execution of tasks on agents.
If non-empty, will set the requested Task ID, otherwise will generate a new random GUID.
Will reject if supplied Task ID does not match [A-Za-z0-9_-.]\{5,36\}.
DEPRECATED: Human-readable display name for this Task, should be short (<100 chars).