| Attributes |
| Name | Required | Request-time | Type | Description |
| actorId | true | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The actor ID to which the task should be assigned. |
| name | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A different name to use for this action. Action names are used by some navigation handlers. |
| navigate | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| A boolean expression that can be used to control whether navigation will be attempted after this action completes. |
| overwriteSwimlane | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| A flag that indicates whether the swimlane should be overwritten. |
| task | true | false | javax.el.ValueExpression
(must evaluate to org.jbpm.taskmgmt.exe.TaskInstance)
| The task instance to assign. |
| unless | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| A boolean expression that, if true, will prevent this action from being run. |