Uses of Interface
org.flowable.cmmn.api.runtime.CaseInstanceStartEventSubscriptionBuilder
-
Uses of CaseInstanceStartEventSubscriptionBuilder in org.flowable.cmmn.api
Modifier and TypeMethodDescriptionCmmnRuntimeService.createCaseInstanceStartEventSubscriptionBuilder()
Creates a new event subscription builder to register a subscription to start a new case instance based on an event with a particular set of correlation parameter values. -
Uses of CaseInstanceStartEventSubscriptionBuilder in org.flowable.cmmn.api.runtime
Modifier and TypeMethodDescriptionCaseInstanceStartEventSubscriptionBuilder.addCorrelationParameterValue
(String parameterName, Object parameterValue) Adds a specific correlation parameter value for the subscription, which means this value needs to exactly match the event payload in order to trigger the case start (along with all registered correlation parameter values of course).CaseInstanceStartEventSubscriptionBuilder.addCorrelationParameterValues
(Map<String, Object> parameters) Registers a list of correlation parameter values for the subscription.CaseInstanceStartEventSubscriptionBuilder.caseDefinitionKey
(String caseDefinitionKey) Set the case definition to be started using a manually added subscription by its key.CaseInstanceStartEventSubscriptionBuilder.doNotUpdateToLatestVersionAutomatically()
Mark the subscription to not use the latest case definition automatically, should there be a new version deployed after the subscription was created.Set the tenant id for the subscription.