Issue with rest service that starts a workflow

Daniel G, modified 2 Years ago. Regular Member Posts: 141 Join Date: 3/14/17 Recent Posts

Hi,

I am making a development relates to services and workflow. I want to make this:

- Publish a rest servive that when called start a workflow

I am facing issues with the workflow part. Workflow starts, but the asset renderer that I've done is never called. I've created a AssetRendererFactory class, the AssetRenderer one and the WorkflowHandler. Workflow Handler apperas to work but appears that is not connected to the Asset Renderer ones.

 

Could any of you give me any clue about how this connection works in order to check where the error can be?

Thanks in advance