Versions Compared

Key

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

Table of Contents
maxlevel2

...

The Universal Extension developer will create a new Universal Extension-based Universal Template, declaring:

  • Task fields required for defining and launching the process through the Universal Extension.

  • Task Instance fields required for capturing data coming back throughout the life-cycle of the Universal Extension process.

  • Task Instance commands, and their supported status(es), that can be executed through the Universal Extension.

...

If on-demand deployment of an extension is required, the task instance will transition to the Queued Status with the Deploy Extension Status Attribute.

Upon successful deployment, the Deploy Extension Status Attribute will be cleared and the task instance will transition to the Running Status.

If the deployment is unsuccessful, the the Deploy Extension Status Attribute will be cleared and the task instance will transition to the Start Failure Status.

If an extension cannot be deployed to the destination agent due to the extension not being an accepted extension, the task instance will transition to Undeliverable Status.

Once the agent configuration has been updated, and the agent restarted, on-demand deployment can commence and the task instance will transition to Running Status upon successful deployment, as described above.

...