| Package | Description |
|---|---|
| org.camunda.bpm.scenario.act | |
| org.camunda.bpm.scenario.impl.delegate | |
| org.camunda.bpm.scenario.impl.waitstate |
| Modifier and Type | Method and Description |
|---|---|
void |
SendTaskAction.execute(ExternalTaskDelegate externalTask)
Implement this action with custom code to be executed when the
process instance arrives at a send task (external task waitstate).
|
void |
BusinessRuleTaskAction.execute(ExternalTaskDelegate externalTask)
Implement this action with custom code to be executed when the
process instance arrives at a business rule task (external task
waitstate).
|
void |
ServiceTaskAction.execute(ExternalTaskDelegate externalTask)
Implement this action with custom code to be executed when the
process instance arrives at a service task (external task waitstate).
|
void |
MessageIntermediateThrowEventAction.execute(ExternalTaskDelegate externalTask)
Implement this action with custom code to be executed when the
process instance arrives at a message intermediate throw event
(external task waitstate).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExternalTaskDelegate |
| Modifier and Type | Class and Description |
|---|---|
class |
BusinessRuleTaskExecutable |
class |
MessageIntermediateThrowEventExecutable |
class |
SendTaskExecutable |
class |
ServiceTaskExecutable |
| Modifier and Type | Method and Description |
|---|---|
protected Action<ExternalTaskDelegate> |
MessageIntermediateThrowEventExecutable.action(ProcessScenario scenario) |
Copyright © 2016 plexiti GmbH. All rights reserved.