| Tag Summary |
| addComment | Add a comment to a task or token. |
| applyVariableMap | Apply a variable map to a token, task, or process instance |
| assignTask | Assign a task to an actor. |
| cancel | Cancel a running task instance, token, or process instance. |
| completeTask | Complete a task. |
| delete | Delete a process, process instance, or job. |
| deployProcess | Deploy a new process archive. |
| getDiagramInfo | Read process definition diagram information from the database. |
| getProcessLogs | Get the process logs from a process instance. |
| getTaskFormInfo | Read process definition task form information from the database. |
| getVariable | Get the value of a process variable. |
| getVariableMap | Get the variable map from a token, process instance, or task. |
| includeProcessFile | Include a process file. |
| jbpmActionListener | Call a user-defined action, providing the action with a JbpmJsfContext. |
| listJobs | List all jobs in the database. |
| listProcesses | Read a list of process definitions from the database. |
| listProcessInstances | Read a list of process instances from a process definition. |
| listTasks | Read a list of task instances from the database. |
| listTasksForActor | Read a list of task instances assigned to an actor ID. |
| listTasksForProcess | Read a list of task instances from a process definition. |
| listTasksForProcessInstance | Read a list of task instances from a process instance. |
| listTokens | Read a token list from a process instance. |
| loadJob | Read a job instance from the database. |
| loadProcess | Read a process definition from the database. |
| loadProcessInstance | Read a process instance from the database. |
| loadTask | Read a task instance from the database. |
| loadToken | Read a token from the database. |
| moveToken | Move a token to a new node. Note that this does not affect any tasks that may be active and associated with this token. |
| removeVariable | Remove a process variable. Optionally store the old value into an EL expression. |
| resume | Resume a running task, token, or process instance. |
| signal | Signal a token or process instance. Optionally specify the transition. |
| startProcess | Start a process. |
| startTask | Mark a task as started. |
| suspend | Suspend a running task, token, or process instance. |
| taskForm | Represents the task form action source. |
| unlock | Unlock a running token |
| updateTaskStart | Update the start date of a started task. |
| updateVariable | Update a process variable. Optionally store the old value into an EL expression. |