Is your feature request related to a problem? Please describe.
An easy way to work with activities that aren't defined in Rust.
As part of this we will also need ActivityDefinition to take &self and no longer return a &'static str for activity name.
Describe the solution you'd like
Additional context
See UntypedWorkflow for inspiration
Is your feature request related to a problem? Please describe.
An easy way to work with activities that aren't defined in Rust.
As part of this we will also need
ActivityDefinitionto take&selfand no longer return a&'static strfor activity name.Describe the solution you'd like
Additional context
See
UntypedWorkflowfor inspiration