Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

History information is returned for jobs from a JS7 Controller.
Task executions can be selected by job name, workflow, folder, history status etc.

The history information retured includes start time, end time, return code etc.

The following REST Web Service API resources are used:

* /tasks/history

PARAMETERS

Job

-Job <String>
Optionally specifies the name of a job for which task execution results are reported.

This parameter requires use of the -WorkflowPath parameter to specify the workflow
that includes the job.

...