I start a workflow using a POST request to /v2/{accountId}/workflows in an eform. I need to redirect the user to the task that was assigned to the user from the workflow. How can I achieve this?
Solved
How to get the task that was assigned in a workflow using api?
Best answer by Servesh
Got it working my requesting the workitems of the current user and redirecting to the workflow of the first item.
const memberId = Atlas.userId
const workitemsUrl = `${clm.apiUrl}/v2/${clm.accountId}/members/${memberId}/workitems?sortproperty=createddate&sortdirection=desc`
Sign up
Already have an account? Login
You can login or register as either a Docusign customer or developer. If you don’t already have a Docusign customer or developer account, you can create one for free when registering.
Customer Login/Registration Developer Login/RegistrationDocusign Community
You can login or register as either a Docusign customer or developer. If you don’t already have a Docusign customer or developer account, you can create one for free when registering.
Customer Login/Registration Developer Login/RegistrationEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Back to Docusign.com

