be.personify.iam.model.vault.WorkflowTaskStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of personify-model Show documentation
Show all versions of personify-model Show documentation
a possible model for personify
package be.personify.iam.model.vault;
public enum WorkflowTaskStatus {
PENDING,
APPROVED,
AUTOAPPROVED,
REJECTED,
APPROVED_BY_OTHER_IDENTITY,
REJECTED_BY_OTHER_IDENTITY,
ERROR
}