Hi,
I am using the below node to end my workflow job in wft xml:
...
<endtask name="End"
description = "Job Ended"/>
</workflow>
However, somehow the descriptionis not getting associated with the end task and
$endttask->GetDescription() is returning " none"
I also checked iwgetwfobj endtaskid on the runtime and there also the description is set as "none".
As per the documentation, endtask may have name and description both the attribute.
my suspect is there may be some special syntax to declare end task description attribute that I am not aware.
Any help will be greatly appreciated.