v0.5.0
Pre-release
Pre-release
- adds
namespace
,queue
, andinput
to theWorkflow
model, so that any non-nil values for these will be included in thePOST /workflows
(StartWorkflow
) response as well as any other response that sends back aWorkflow
. - renames
WorkflowInput
toStartWorkflowRequest
to avoid confusion withWorkflow.Input
and to better matchNewWorkflowDefinitionRequest
- changes the type of the input from
[]interface{}
to[]string
- gives the
queue
parameter forStartWorkflowRequest
objects a default value --"default"
-- that we return when a user doesn't specify a queue - renames
WorkflowDefinition.Revision
toWorkflowDefinition.Version