Job management and monitoring

The Job Manager service can asynchronously invoke a component and retrieve the persisted results as well as monitor the execution of each invocation.

Using the Job Manager service API, developers can do these tasks:

  • Create a new asynchronous job using the specified invocation request.

  • Complete an existing job using the specified invocation response.

  • Terminate, suspend, or resume an existing job identified by the specified job ID.

  • Get the job ID that represents the status of a long-lived process. The job status indicates whether a job was queued, running, completed, terminated, suspended, or resumed. The status can also indicate whether a request was issued to complete, terminate, suspend, or resume a job.

    For more information about invoking long-lived processes, see Programming with LiveCycle

    For information about managing processes using Administration Console, see the LiveCycle Administration Console Help.

// Ethnio survey code removed