| 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. |
| processInstance | true | false | javax.el.ValueExpression
(must evaluate to org.jbpm.graph.exe.ProcessInstance)
| The process instance whose process logs are to be read. |
| type | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
| The process log type. This may be a literal Class object, or the name of a class, or one of the following shortcut names:variablevariableUpdatevariableCreatevariableDeleteactionnodeprocessInstanceCreateprocessInstanceEndprocessStatesignaltokenCreatetokenEndtransitioncompositemessageswimlaneswimlaneAssignswimlaneCreatetasktaskAssigntaskCreatetaskEnd
|
| unless | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| A boolean expression that, if true, will prevent this action from being run. |