Edits workflow title
To change the title of a workflow, use the setWorkflowTitle method and enter
the new workflow title as parameter.
The setWorkflowTitle method returns a Boolean value indicating whether the
title update operation was successful. The value true indicates that the title
was updated successfully, while the value false indicates that an error
occurred during the update.
Example:​
$workflow_api->setWorkflowTitle("ABC");