Is there a way we could update the pipeline data for a Step, programatically in BPM ? Our business case is such that pipeline data needs to be updated based on value sent from an end system .
Suppose you have published one publishable document (say tempDocument) to start your BPM process.Now are you trying to update some fields in this document in the subsequent step in process depending some condition in this step.If so,have you try to update data this document in service execution task step.I think here it should be able to update this document and changes in this document will be available from the next step.