# User Task Types

### Forward Transition Task

A forward transition task is a user task that simply activates the next step in the workflow. In other words, it moves the workflow from one step to the next.

### Assessment Task

An assessment task avails an assessment form to a worker or client for them to be able to provide some input before the workflow can proceed.

### Digital Signing Task

A digital signing task allows users to sign a document generated by OneStop using legally binding digital signatures by authorized providers such as [Docusign](https://docusign.com/).&#x20;

OneStop currently only supports [Docusign](https://admin-docs.onestop.site/managing-services/building-the-workflow/www.docusign.com) by default.

It is important to note that all signing tasks will incurr an extra charge for every signature made by your users.

### Billing Task

A billing task allows a worker to generate an invoice for payment.

### Payment Task

A payment task is a user task that requires a payment to be made and must be preceded by a billing task, whether user based or automated.

### Payment Confirmation Task

A payment confirmation task is a task configured when a manual payment is made e.g. a payment receipt is uploaded or when some manual confirmation may need to be done for a payment.

### Resubmission Task

A resubmission task allows for a submission linked to a wokflow instance to be resubmitted by the user that submitted the initial information.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://admin-docs.onestop.site/managing-services/building-the-workflow/user-task-types.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
