| Attributes |
| Name | Required | Request-time | Type | Description |
| 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. |
| process | true | false | javax.el.ValueExpression
(must evaluate to org.jbpm.graph.def.ProcessDefinition)
| The the process definition to read task form information for. |
| target | true | false | javax.el.ValueExpression
(must evaluate to java.util.Map)
| An EL expression into which the task form information should be stored. This will be in the form of a map whose keys are task names and whose values are the name of the task form file, if any. |
| unless | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| A boolean expression that, if true, will prevent this action from being run. |