| Attributes |
| Name | Required | Request-time | Type | Description |
| actorId | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The actor to assign the task to. If not given, the current actor is not changed. |
| 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 specifying whether the swimlane will be overwritten. |
| task | true | false | javax.el.ValueExpression
(must evaluate to org.jbpm.taskmgmt.exe.TaskInstance)
| The task to mark as started. |
| unless | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| A boolean expression that, if true, will prevent this action from being run. |