Package io.camunda.client.protocol.rest
Class ProcessInstanceCreationTerminateInstruction
java.lang.Object
io.camunda.client.protocol.rest.ProcessInstanceCreationTerminateInstruction
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class ProcessInstanceCreationTerminateInstruction
extends Object
Terminates the process instance after a specific BPMN element is completed or terminated.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionafterElementId(String afterElementId) booleanThe id of the element that, once completed or terminated, will cause the process to be terminated.getType()The type of the runtime instructioninthashCode()voidsetAfterElementId(String afterElementId) voidtoString()
-
Field Details
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_AFTER_ELEMENT_ID
- See Also:
-
-
Constructor Details
-
ProcessInstanceCreationTerminateInstruction
public ProcessInstanceCreationTerminateInstruction()
-
-
Method Details
-
type
-
getType
The type of the runtime instruction- Returns:
- type
-
setType
-
afterElementId
-
getAfterElementId
The id of the element that, once completed or terminated, will cause the process to be terminated.- Returns:
- afterElementId
-
setAfterElementId
-
equals
-
hashCode
public int hashCode() -
toString
-