Recommend method for initiating workflow with complex objects

What is the recommend method for initiating a workflow with a complex object via REST? I’ve been able to start a process via REST with a simple Type / Value JSON structure, but my real world data structures are very complex. Should I be trying to use SPIN? Any examples? Thanks

Hi @rlario,

if you want to start a process instance via REST Api with a payload then Camunda SPIN is a good option. Please have a look at the docs.

Best regards,
Philipp

1 Like