
uk.co.mruoc.camunda.client.process.get.GetProcessInstancesRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of camunda-rest-client Show documentation
Show all versions of camunda-rest-client Show documentation
Template repo to speed up creating new library projects
The newest version!
package uk.co.mruoc.camunda.client.process.get;
import java.util.Collection;
import lombok.Builder;
import lombok.Data;
import lombok.RequiredArgsConstructor;
@RequiredArgsConstructor
@Data
@Builder
public class GetProcessInstancesRequest {
private final String businessKey;
private final Collection processDefinitionKeyNotIn;
private final String processDefinitionKey;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy