Skip to content

Conversation

@monteiroMS
Copy link

Hello there!

I am currently working on a project that uses DropSigner to manage signature dispatches and events. Recently, I had to implement the following scenario:

First, the document is created and sent for signature with only one flow: the client signature. After the client has signed the document, an analyst can select who will sign the document next and then send the signature request to that person. To achieve this, I needed to start a document flow first and later add another flow action to that same document flow.

Since there wasn't any example of how to add a new flow action to an already started document flow, it took some digging into the DropSigner library classes and a few conversations with the support team to understand how I could implement the needed solution. Fortunately, it was already possible to do so!

To help and save some time for those who might find themselves in the same situation, I created this example in PHP (which is the technology I'm currently using) that demonstrates how to add a new flow action to an existing document flow.

Hope you find it useful!

@andreflourenco
Copy link
Contributor

Hi,

Thank you for your contribution!

In order to help other developers finding this scenario, would you mind changing the name of the scenario to "AddSignerToExistingDocumentScenario"? I believe that name may be a little easier to understand.

We will work on adding the same scenario in other languages as well.

@monteiroMS
Copy link
Author

Done!

@andreflourenco andreflourenco merged commit d87f70e into LacunaSoftware:master Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants