How to works for create Extend Node Type for use in workflow

Hello Guys,

For create new Extend Node Type, i first need create the plugin structure and after follow steps for create Extend Node Type ?

For example:

  1. Step: Create plugin with command: yarn pm create @my-project/plugin-hello (https://docs.nocobase.com/development/your-fisrt-plugin)
  2. Step: Create Extend Node Type: using the tutorial: https://docs.nocobase.com/handbook/workflow/development/instruction
  3. Step: Create the new workflow and add the new Node for this workflow using the interface page inside nocobase plataform

Thank you

Yes. Follow the doc link is the simplest way to extend a new node type.

1 Like