Class ProcessInstanceMigrationJobHandler
java.lang.Object
org.flowable.engine.impl.jobexecutor.AbstractProcessInstanceMigrationJobHandler
org.flowable.engine.impl.jobexecutor.ProcessInstanceMigrationJobHandler
- All Implemented Interfaces:
JobHandler
-
Field Summary
FieldsFields inherited from class org.flowable.engine.impl.jobexecutor.AbstractProcessInstanceMigrationJobHandler
BATCH_RESULT_MESSAGE_LABEL, BATCH_RESULT_STACKTRACE_LABEL, BATCH_RESULT_STATUS_LABEL, CFG_LABEL_BATCH_ID, CFG_LABEL_BATCH_PART_ID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) protected String
getExceptionStacktrace
(Throwable exception) getType()
protected String
protected String
prepareResultAsJsonString
(String exceptionMessage, Exception e) Methods inherited from class org.flowable.engine.impl.jobexecutor.AbstractProcessInstanceMigrationJobHandler
getBatchIdFromHandlerCfg, getBatchPartIdFromHandlerCfg, getHandlerCfgForBatchId, getHandlerCfgForBatchPartId, getObjectMapper
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
ProcessInstanceMigrationJobHandler
public ProcessInstanceMigrationJobHandler()
-
-
Method Details
-
getType
-
execute
public void execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) -
prepareResultAsJsonString
-
prepareResultAsJsonString
-
getExceptionStacktrace
-