Skip to main content
Version: Next

Extending Pimcore Copilot

Pimcore Copilot Bundle consists of four main modules

  • Pimcore Copilot: Actual UI component that loads and starts registered actions (see below).
  • Regular Actions: Are the simpelest type of actions. Thy exist of a Server-Side and a Client-Side component. details see here
  • Automation Actions: Special type of actions that can be configured and are executed asynchronously. Automation actions can be extended by providing custom action steps, details see here
  • Interaction Actions: Special type of actions that can be configured and the user can interact with. Interaction actions can be extended by providing custom types, details see here.
  • Job Execution Engine: Engine that executes Jobs triggered by automation actions. For further details see also here.