Package io.camunda.client.api.response
Interface EvaluateConditionalResponse
- All Known Implementing Classes:
EvaluateConditionalResponseImpl
public interface EvaluateConditionalResponse
-
Method Summary
Modifier and TypeMethodDescriptionlong
-
Method Details
-
getConditionalEvaluationKey
long getConditionalEvaluationKey()- Returns:
- the unique key of the conditional evaluation operation.
-
getTenantId
String getTenantId()- Returns:
- the tenant ID of the conditional evaluation operation.
-
getProcessInstances
List<ProcessInstanceReference> getProcessInstances()- Returns:
- list of process instances created. If no root-level conditional start events evaluated to true, the list will be empty.
-