public interface Step
| Modifier and Type | Method and Description |
|---|---|
void |
perform(StepExecutionContext context)
Perform changes to the process instance.
|
default void |
prepare(StepExecutionContext context)
Prepare this step before changes are applied.
|
default void prepare(StepExecutionContext context)
void perform(StepExecutionContext context)
Copyright © 2017 camunda services GmbH. All rights reserved.