org.camunda.bpm.engine.impl.pvm.process
Interface ActivityImpl.AsyncAfterUpdate
- Enclosing class:
- ActivityImpl
public static interface ActivityImpl.AsyncAfterUpdate
Delegate interface for the asyncAfter property update
Method Summary |
void |
updateAsyncAfter(boolean asyncAfter,
boolean exclusive)
Method which is called if the asyncAfter property should be updated. |
updateAsyncAfter
void updateAsyncAfter(boolean asyncAfter,
boolean exclusive)
- Method which is called if the asyncAfter property should be updated.
- Parameters:
asyncAfter
- the new value for the asyncBefore flagexclusive
- the exclusive flag
Copyright © 2016 camunda services GmbH. All rights reserved.