Package io.taktx.client
Class UserTaskInstanceResponder
java.lang.Object
io.taktx.client.UserTaskInstanceResponder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrespondError(String code, String message) voidrespondError(String code, String message, io.taktx.dto.VariablesDTO variables) voidrespondEscalation(String code, String message) voidrespondEscalation(String code, String message, io.taktx.dto.VariablesDTO variables) voidvoidrespondSuccess(Object variable) voidrespondSuccess(Map<String, com.fasterxml.jackson.databind.JsonNode> variablesMap)
-
Constructor Details
-
UserTaskInstanceResponder
-
-
Method Details
-
respondSuccess
public void respondSuccess() -
respondSuccess
-
respondSuccess
-
respondEscalation
-
respondEscalation
-
respondError
-
respondError
-