LightningWeb.WorkflowLive.CollaborateNew (Lightning v2.14.11-pre1)

View Source

LiveView for collaborative creation of new workflows using shared Y.js documents.

This LiveView allows users to create new workflows using the React collaborative editor. Unlike the regular Collaborate LiveView which requires an existing workflow ID, this creates an ephemeral workflow with a temporary UUID that gets persisted when the user saves for the first time.

The workflow is created with a temporary ID and is not saved to the database until the user explicitly saves it via the React editor.