| Interface | Description |
|---|---|
| InProcess |
Something that takes place in a running Activiti process.
|
| ProcessEvent |
Something that happens to an Activiti Process.
|
| Class | Description |
|---|---|
| AbstractActivitiEvent |
Activiti has a lot of events that we can listen to.
|
| PackageVariableEvent |
An ActivitiEvent related to the Alfresco-specific "bpm_package" variable
|
| ProcessDefinition |
A simplified version of org.activiti.engine.repository.ProcessDefinition
An object structure representing an executable process composed of
activities and transitions.
|
| ProcessEventImpl |
An implementation of a Process Event
|
| ProcessInstance |
A simplified version of org.activiti.engine.runtime.ProcessInstance
Represents one execution of a ProcessDefinition
|
| StepEvent |
An Activity (also known as Step) that is part of an Activiti process.
|
| TaskEvent |
Represents one task for a human user.
|
| VariableEvent |
An ActivitiEvent related to a single variable.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.