Difference of Usage of OTTB Addwork activity
Is there any difference in usage of OOTB activity AddWork, as I have seen the usage of the description of the activity and the description of developer help?
Activity usage description: "Call this activity to create a new work object from a Utility or Post-Processing activity. Prior to calling this activity create and populate a new work object page using createWorkPage then use it as the primary page to call this activity. Caller must commit changes using commitWithErrorHandling."
Developer Help Description:"Creates a new covered or non-covered work object. Called with a primary page that inherits from the Work- base class. Commits the new work object if there is no flow execution to start; if it starts a flow execution, the commit operation typically occurs when that flow execution creates an assignment."
Does OOTB activity Addwork perform commit when it runs?
Thanks/