Is it possible to use a custom action to invoke a workflow? I'm seeing some documentation about how custom actions work in on-prem LF, but am not finding information about custom actions in LF Cloud.
My goal is to be able to generate PDF/TIFF images from Word documents. Since Generate pages cannot be run on Word documents, my current idea is to the use "Update Word Document" workflow activity to generate a PDF/TIFF. However, for this to work I would need to be able to trigger the workflow from a custom action in the repository. Any advice/pointer to documentation would be appreciated!