October 10, 2024
New @workflow.init decorator allows __init__ to receive the workflow arguments
New @workflow.init decorator allows __init__ to receive the workflow arguments. This can be useful for message handlers, since these may execute before the @workflow.run method.