Good morning!
Is it possible print a custom message for the user in a workflow?
Now I can insert only Variables of the my workflow in only read.
I'd like to display a message to the end of the workflow. For Example, in my Request Workflow:
"Request inserted successfully".
Thanks.
You can add in your workflow a final step with a single attribute (read only) and preset that attribure with the value "Request inserted successfully !"
To close the workflow, however, the user must press "continue" once again.
CMDBuild Team
Sorry but I don't understand very much.
This attribute is an attribute of my workflow or can I add an attribute in my workflow and use it for my message?
I add in my workflow a final step activity with attribute Notes (inherited) in read only.
So, I set the attribute Notes in the Extended Attribute with Name="Notes" and Value="Request inserted" but it's wrong.
What should I do?
Thanks
Previously Tecnoteca wrote:
You can add in your workflow a final step with a single attribute (read only) and preset that attribure with the value "Request inserted successfully !"
To close the workflow, however, the user must press "continue" once again.
CMDBuild Team
The best solution is to add a new attribute in the workflow (eg “Message”) and use that variable.
CMDBuild Team