Interface IChangeStatusJobDetails

All Superinterfaces:
IFormRecordJobDetails, IQuartzJobDetails, Serializable
All Known Implementing Classes:
StatusChangeJobDetails

public interface IChangeStatusJobDetails extends IFormRecordJobDetails
Interface for quartz job details for state change jobs of the old workflow.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
  • Method Details

    • getSourceStateName

      String getSourceStateName()
    • getTargetStateName

      String getTargetStateName()