Navigation:  PHP API (Workflow) >

Editing the workflow title

Previous  Top  Next

To change the workflow title, use the setWorkflowTitle method passing the new workflow title as a parameter.

 

Example:

$workflow_api->setWorkflowTitle("ABC");