-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Description
In Rails, Gush::Client.new.all_workflows explodes in params TypeError: no implicit conversion of Symbol into Integer (and so does gush list)
class MyWorkflow < Gush::Workflow
def configure(opts={})
run MyJob1, {
params: {
project_id: opts[:project_id],
version: opts[:version]
}
}
run MyJob2, {
after: MyJob1,
params: {
project_id: opts[:project_id]
}
}
end
end
Metadata
Metadata
Assignees
Labels
No labels