Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[smila-user] Store and access records in different workflows

Hi,

I'm developing a SMILA application composed by several asynchronous workflows.
I would like to store some records during workflow A in order to retrieve them in another workflow (not a subsequent w.r.t. workflow A), say B, and read their metadata.
Workflow B does not receive as input the records I'm looking for, but knows the Ids of records have been stored by workflow A (let's say that I can "compute" such Ids in workflow B).
Is there a way to retrieve past records knowing their Ids? What about store records in the Record Store or index them in the Solr Index?

Thank you,

Nicolò Aquilini


Back to the top