Time is a vital resource that each organization treasures and attempts to convert into a benefit. In choosing document management software program, take note of a clutterless and user-friendly interface that empowers customers. DocHub delivers cutting-edge tools to maximize your file managing and transforms your PDF file editing into a matter of a single click. Insert Comments in the Client And Developer Agreement with DocHub in order to save a lot of time as well as enhance your efficiency.
Make PDF file editing an simple and easy intuitive process that will save you a lot of precious time. Quickly adjust your files and send them for signing without the need of adopting third-party solutions. Focus on pertinent duties and enhance your file managing with DocHub right now.
in this video we will learn how to add comments on the process instance to manage the application context for this demo, lets continue with the same example of the automated management process and add comments to it. But before we add comments, we are going to create a process instance where comments can be added into workflow execution. We will use to create process API to create a process instance for an automated management process the status 201 tells us the API call is successful. Lets now copy the instance ID So we can use it to add comments. The API we will use is a post call to workflow/v1/ process instances followed by the process instance ID. I will use the ID I copied on the previous step to add a comment by adding /comments at the end. So heres where we can add comments. For example, lets say you have put the process instance on hold and we want to share this action as a comment. You can then use this function to add the comment. Lets now make the API call and see ho