| Modifier and Type | Method and Description |
|---|---|
Runner |
runsCallActivity(String activityId)
By implementing - or stubbing/mocking - this method, you
define what should be done when the process runs the
call activity with the activity id provided.
|
BusinessRuleTaskAction |
waitsAtBusinessRuleTask(String activityId)
By implementing - or stubbing/mocking - this method, you
define what should be done when the process reaches the
business rule task (waitstate) with the activity id provided.
|
EventBasedGatewayAction |
waitsAtEventBasedGateway(String activityId)
By implementing - or stubbing/mocking - this method, you
define what should be done when the process reaches the
event based gateway (waitstate) with the activity id provided.
|
MessageIntermediateCatchEventAction |
waitsAtMessageIntermediateCatchEvent(String activityId)
By implementing - or stubbing/mocking - this method, you
define what should be done when the process reaches the
message intermediate catch event (waitstate) with the
activity id provided.
|
MessageIntermediateThrowEventAction |
waitsAtMessageIntermediateThrowEvent(String activityId)
By implementing - or stubbing/mocking - this method, you
define what should be done when the process reaches the
message intermediate throw event (waitstate) with the
activity id provided.
|
ReceiveTaskAction |
waitsAtReceiveTask(String activityId)
By implementing - or stubbing/mocking - this method, you
define what should be done when the process reaches the
receive task (waitstate) with the activity id provided.
|
SendTaskAction |
waitsAtSendTask(String activityId)
By implementing - or stubbing/mocking - this method, you
define what should be done when the process reaches the
send task (waitstate) with the activity id provided.
|
ServiceTaskAction |
waitsAtServiceTask(String activityId)
By implementing - or stubbing/mocking - this method, you
define what should be done when the process reaches the
service task (waitstate) with the activity id provided.
|
SignalIntermediateCatchEventAction |
waitsAtSignalIntermediateCatchEvent(String activityId)
By implementing - or stubbing/mocking - this method, you
define what should be done when the process reaches the
signal intermediate catch event (waitstate) with the
activity id provided.
|
TimerIntermediateEventAction |
waitsAtTimerIntermediateEvent(String activityId)
By implementing - or stubbing/mocking - this method, you
define what should be done when the process reaches the
timer intermediate event (waitstate) with the activity id
provided.
|
UserTaskAction |
waitsAtUserTask(String activityId)
By implementing - or stubbing/mocking - this method, you
define what should be done when the process reaches the
user task (waitstate) with the activity id provided.
|
hasCanceled, hasCompleted, hasFinished, hasStartedUserTaskAction waitsAtUserTask(String activityId)
activityId - the activity id of the user task reached.TimerIntermediateEventAction waitsAtTimerIntermediateEvent(String activityId)
activityId - the activity id of the timer intermediate
event reached.MessageIntermediateCatchEventAction waitsAtMessageIntermediateCatchEvent(String activityId)
activityId - the activity id of the message intermediate
catch event reached.ReceiveTaskAction waitsAtReceiveTask(String activityId)
activityId - the activity id of the receive task reached.SignalIntermediateCatchEventAction waitsAtSignalIntermediateCatchEvent(String activityId)
activityId - the activity id of the signal intermediate
catch event reached.Runner runsCallActivity(String activityId)
activityId - the activity id of the call activity.EventBasedGatewayAction waitsAtEventBasedGateway(String activityId)
activityId - the activity id of the event based gateway
reached.ServiceTaskAction waitsAtServiceTask(String activityId)
activityId - the activity id of the send task
(external task) reached.SendTaskAction waitsAtSendTask(String activityId)
activityId - the activity id of the send task
(external task) reached.MessageIntermediateThrowEventAction waitsAtMessageIntermediateThrowEvent(String activityId)
activityId - the activity id of the message intermediate
throw event (external task) reached.BusinessRuleTaskAction waitsAtBusinessRuleTask(String activityId)
activityId - the activity id of the business rule task
(external task) reached.Copyright © 2016 plexiti GmbH. All rights reserved.