We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data returned from activities and workflows may be larger than can we stored in dynamo and sqs.
The text was updated successfully, but these errors were encountered:
I think this is high priority. Passing data around through workflows is super important. @yehudacohen has been pushing for this also.
While building out an example, I found myself wanting something like this:
const getMyData = activity("getMyData", async () => { const myData = new JsonRef<MyPayloadType>(myPayload); return myData; });
Sorry, something went wrong.
thantos
No branches or pull requests
Data returned from activities and workflows may be larger than can we stored in dynamo and sqs.
The text was updated successfully, but these errors were encountered: