Uses of Package
org.camunda.bpm.engine.migration
Package
Description
Public API of the Camunda Platform engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine
can be obtained.Through the services obtained from such a
ProcessEngine
, BPM and workflow operation
can be executed:RepositoryService
:
Manages Deployment
sRuntimeService
:
For starting and searching ProcessInstance
sTaskService
:
Exposes operations to manage human (standalone) Task
s,
such as claiming, completing and assigning tasksIdentityService
:
Used for managing User
s,
Group
s and the relations between themManagementService
:
Exposes engine admin and maintenance operations,
which have no relation to the runtime execution of business processesHistoryService
:
Exposes information about ongoing and past process instances.FormService
:
Access to form data and rendered forms for starting new process instances and completing tasks.API implementation classes, which shouldn't directly be used by end-users.
-
ClassDescriptionSpecifies how process instances from one process definition (the source process definition) should be migrated to another process definition (the target process definition).Builder to execute a migration.
-
ClassDescriptionSpecifies how process instances from one process definition (the source process definition) should be migrated to another process definition (the target process definition).Builder to execute a migration.
-
ClassDescriptionRepresents an instruction to migrate instances of one activity to another activity.Specifies how process instances from one process definition (the source process definition) should be migrated to another process definition (the target process definition).
-
ClassDescriptionRepresents an instruction to migrate instances of one activity to another activity.Specifies how process instances from one process definition (the source process definition) should be migrated to another process definition (the target process definition).
-
ClassDescriptionThrown if at least one migration instruction cannot be applied to the activity instance it matches.Represents an instruction to migrate instances of one activity to another activity.Specifies how process instances from one process definition (the source process definition) should be migrated to another process definition (the target process definition).Builder to execute a migration.Thrown if a migration plan is not valid, e.g.
-
ClassDescriptionSpecifies how process instances from one process definition (the source process definition) should be migrated to another process definition (the target process definition).
-
ClassDescriptionRepresents an instruction to migrate instances of one activity to another activity.
-
ClassDescriptionRepresents an instruction to migrate instances of one activity to another activity.Specifies how process instances from one process definition (the source process definition) should be migrated to another process definition (the target process definition).
-
ClassDescriptionCollects all failures for a migrating activity instance.Collects general failures and the migrating activity instance validation reports for a migrating process instance.Collects all failures for a migrating transition instance.Represents an instruction to migrate instances of one activity to another activity.
-
ClassDescriptionRepresents an instruction to migrate instances of one activity to another activity.Collects the validation failures for a single migration instruction.Specifies how process instances from one process definition (the source process definition) should be migrated to another process definition (the target process definition).Collects the migration validation reports for all instructions and variables of the migration plan which contain failures.Collects the validation failures for a single migration variable.
-
ClassDescriptionCollects all failures for a migrating activity instance.Collects general failures and the migrating activity instance validation reports for a migrating process instance.Collects all failures for a migrating transition instance.Represents an instruction to migrate instances of one activity to another activity.Collects the validation failures for a single migration instruction.Specifies how process instances from one process definition (the source process definition) should be migrated to another process definition (the target process definition).Builder to execute a migration.Collects the migration validation reports for all instructions and variables of the migration plan which contain failures.Collects the validation failures for a single migration variable.
-
ClassDescriptionCollects all failures for a migrating activity instance.Thrown if at least one migration instruction cannot be applied to the activity instance it matches.Collects general failures and the migrating activity instance validation reports for a migrating process instance.Collects all failures for a migrating transition instance.Represents an instruction to migrate instances of one activity to another activity.Collects the validation failures for a single migration instruction.Specifies how process instances from one process definition (the source process definition) should be migrated to another process definition (the target process definition).Thrown if a migration plan is not valid, e.g.Collects the migration validation reports for all instructions and variables of the migration plan which contain failures.Collects the validation failures for a single migration variable.
-
ClassDescriptionSpecifies how process instances from one process definition (the source process definition) should be migrated to another process definition (the target process definition).Builder to execute a migration.