continuationId
string.
@param continuationId a String
value
@param params a List
value, containing theparameters to be passed when invoking the continuation. As opposed to the parameters passed by callFunction
, these parameters will only become available in the language's environment, if at all.
@param environment an Environment
value
@exception Exception if an error occurs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|