Class GuardrailResult
java.lang.Object
com.flowable.agent.engine.impl.guardrail.GuardrailResult
Captures the outcome of guardrail validation. When a skip or reject occurs,
this result carries the reason and source identifier so the caller
(AgentService) can resolve the appropriate BPMN/CMMN variable mappings.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected final GuardrailResult.Type -
Method Summary
Modifier and TypeMethodDescriptiongetType()booleanisPassed()booleanbooleanstatic GuardrailResultpassed()static GuardrailResultstatic GuardrailResult
-
Field Details
-
type
-
reason
-
source
-
sourceType
-
-
Method Details
-
passed
-
skipped
-
rejected
-
getType
-
isPassed
public boolean isPassed() -
isSkipped
public boolean isSkipped() -
isRejected
public boolean isRejected() -
getReason
-
getSource
-
getSourceType
-