# Workflow

- [Execute a workflow action](https://api-docs.rightsline.com/workflow/workflow-execute.md): Workflow actions can be executed on a specific entity of any type.
- [Execute document workflow action](https://api-docs.rightsline.com/workflow/execute-document-workflow-action.md): Execute a workflow action that creates a document.
- [Execute a workflow action with signature](https://api-docs.rightsline.com/workflow/workflow-execute-signature.md): Execute a workflow action that requires an E-Signature.
- [Get workflow actions](https://api-docs.rightsline.com/workflow/get-workflow-actions.md): Get the workflow actions for a particular workflow process.
- [Get workflow action details](https://api-docs.rightsline.com/workflow/get-workflow-action-details.md): Get the workflow action details for a particular workflow action.
- [Get workflow statuses](https://api-docs.rightsline.com/workflow/get-workflow-statuses.md): Get the workflow statuses for a particular workflow process.
- [Get workflow notifications](https://api-docs.rightsline.com/workflow/get-workflow-notifications.md): Get the workflow notifications for a particular workflow process.


---

# 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://api-docs.rightsline.com/workflow.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.
