public interface ExternalWorkerCompletionBuilder
| Modifier and Type | Method and Description |
|---|---|
void |
bpmnError(String errorCode) |
void |
complete() |
ExternalWorkerCompletionBuilder |
variable(String name,
Object value) |
ExternalWorkerCompletionBuilder |
variables(Map<String,Object> variables) |
ExternalWorkerCompletionBuilder variables(Map<String,Object> variables)
ExternalWorkerCompletionBuilder variable(String name, Object value)
void complete()
void bpmnError(String errorCode)
Copyright © 2020 Flowable. All rights reserved.