Navigation: PHP API (Workflow) >
To change the workflow title, use the setWorkflowTitle method passing the new workflow title as a parameter.
Example:
$workflow_api->setWorkflowTitle("ABC");