interface WorkflowUpdateValidateRequestBean {
    payload: WorkflowUpdateRequest;
    validationOptions?: ValidationOptionsForUpdate;
}

Properties

The update workflows payload.

validationOptions?: ValidationOptionsForUpdate

The level of validation to return from the API. If no values are provided, the default would return WARNING and ERROR level validation results.