Interface TerminateInstruction

interface TerminateInstruction {
    elementInstanceKey: string;
}

Properties

elementInstanceKey: string

the id of the element that should be terminated

Generated using TypeDoc