Items
Title
Required
The title displayed in the result row.
$workflow->item()->title('Bob');
Heads up
The only required property for an item is the title
. You must include a title for each item or the workflow will throw an Exception.
Items
The title displayed in the result row.
$workflow->item()->title('Bob');
Heads up
The only required property for an item is the title
. You must include a title for each item or the workflow will throw an Exception.