-
The output() method allows us to see what the workflow has output, but is there a way to reference the input arguments? |
Beta Was this translation helpful? Give feedback.
Answered by
rmcdaniel
Feb 26, 2025
Replies: 1 comment 1 reply
-
There isn't an easy way but I could add one. Right now you would have to call |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ryun818
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There isn't an easy way but I could add one. Right now you would have to call
Serializer::unserialize(StoredWorkflow::find($workflowId)->arguments)
.