I have created a custom workflow component that takes input in the workflow model. I want to start this workflow without payload. Is there a way to do that ?
Whenever you start a workflow, it has to have a payload. But the payload can be arbitrary, and if it's a page (or even only a single node) you can modify the content of this page/node while the workflow is running.
Whenever you start a workflow, it has to have a payload. But the payload can be arbitrary, and if it's a page (or even only a single node) you can modify the content of this page/node while the workflow is running.