fuego.papi.exception
Class InstanceAutomaticallySentException
java.lang.Object
DefaultException
fuego.papi.OperationException
fuego.papi.ProcessOperationException
fuego.papi.exception.InstanceOperationException
fuego.papi.exception.InstanceSentException
fuego.papi.exception.InstanceAutomaticallySentException
Deprecated. this exception is not longer thrown, right way to know if the instance was automatically send by
release or by autocomplete is to check in fuego.papi.ProcessServicesSession.runActivity(..), the result to know
if the instance was routed.
- public class InstanceAutomaticallySentException
- extends InstanceSentException
This exception is thrown when the instance has been automatically sent
to next activity while running a task.
This may be possible if instance current activity was set as autocomplete or
if running task set action = Action.RELEASE .
- See Also:
ProcessServiceSession.runTask(java.lang.String, java.lang.String, int, fuego.papi.Arguments),
Serialized Form
InstanceAutomaticallySentException
public InstanceAutomaticallySentException(String instanceId)
- Deprecated. use InstanceAutomaticallySentException(InstanceInfo,Arguments) instead
- Parameters:
instanceId -
InstanceAutomaticallySentException
public InstanceAutomaticallySentException(InstanceInfo instanceInfo,
DynamicObject outputArguments)
- Deprecated.
- Throw when the instance was sent through the transition because the Activity is "autocomplete" or
the CIL have an Action=Release.
- Parameters:
instanceInfo - info of the instance sentoutputArguments - arguments filled by the CIL, if any.
© Copyright 1996/2005 Fuego Inc. All Rights Reserved