This method is called in case a suspended transaction workflow task was approved by the ITransactionFlowControl and the activiti framework proceeds with the execution of the workflow.
Syntax
void
continuePendingAuthorisation
(
final Long
actorId
,
final List< IKeyValue >
requestUnstructuredData
,
final List< IKeyValue >
responseUnstructuredData
,
final Long
authId
,
final Long
txnId
) throws EntityNotFoundException
Parameters
-
actorId –
-
requestUnstructuredData –
Any unstructured data of the original IMoneyRequest request
-
responseUnstructuredData –
Any unstructured data of the original ITransactionResponse response
-
authId –
The authorisation ID
-
txnId –
The reference txn ID
Exceptions
-
EntityNotFoundException –