How to inherit an attachment from one process to another, more specifically from an initial process to a sub process?

cancel
Showing results for 
Search instead for 
Did you mean: 
davidparraz41
Active Member

How to inherit an attachment from one process to another, more specifically from an initial process to a sub process?

Jump to solution
Context: I have an initial process that executes other sub processes. 
This first initial process I'm starting with the REST API with an attached document
and I need it to be available in all other sub processes that continue.

I have tried to use DeledateExecution from the Activiti API
but I have not been able to add an attachment at runtime.
Thanks for your help!
1 Solution

Accepted Solutions
gdharley
Intermediate

Re: How to inherit an attachment from one process to another, more specifically from an initial process to a sub process?

Jump to solution
1 Reply
gdharley
Intermediate

Re: How to inherit an attachment from one process to another, more specifically from an initial process to a sub process?

Jump to solution