Interface ProcessDefinitionMigration<FP,FS extends Enum<FS> & ProcessStepKey,TP,TS extends Enum<TS> & ProcessStepKey>

Type Parameters:
FP - source payload type
FS - source step enum
TP - target payload type
TS - target step enum

public interface ProcessDefinitionMigration<FP,FS extends Enum<FS> & ProcessStepKey,TP,TS extends Enum<TS> & ProcessStepKey>
Typed migration between two registered versions of the same durable process definition.