Package wt.workflow.robots


package wt.workflow.robots
  • Class
    Description
     


    Supported API: true

    Extendable: false
    The WfRobotActivity is an abstract class that represents workflow steps which are carried out without human intervention.
    Robot used to synchronize with with external (non-workflow) events.
    Used specify which kind of synchronization is to be performed by the synchronization robot.
    This class is the abstraction layer for our various
    connection schemes between the method server's URLRobot
    and the target server.
    This class is a factory whose sole purpose is to return the proper WfURLRobotConnection class.