Custom Global Actions in the AgilePoint Process Instance List Web Part

Global Actions are similar to Custom Actions in the AgilePoint Process Instance List except for the following differences:

  1. You need to derive your custom Global Actions class from:

    ICustomProcessInstanceGlobalAction, the AddCustomActions method accepts string[] PIIDs instead of string PIID.

  2. During configuration, you need to use the key “CustomProcessInstanceGlobalAction” instead of “CustomProcessInstanceAction” in the web.config and the AgilePoint Configuration List.