Skip to content

execution_status

ralphhanna edited this page Dec 18, 2023 · 3 revisions

bpmn-server / EXECUTION_STATUS

Enumeration: EXECUTION_STATUS

Table of contents

Enumeration Members

Enumeration Members

end

end = "end"

Defined in

interfaces/Enums.ts:80


running

running = "running"

Defined in

interfaces/Enums.ts:80


terminated

terminated = "terminated"

Defined in

interfaces/Enums.ts:80


wait

wait = "wait"

Defined in

interfaces/Enums.ts:80

Clone this wiki locally