Skip to content

Commit

Permalink
Merge pull request #21 from lixingwang/legacy-act-setting
Browse files Browse the repository at this point in the history
return settings for activity
  • Loading branch information
Frank Martinez authored Jun 3, 2019
2 parents 0d377ec + 0566012 commit 60e9706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activity.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ func (w *activityCtxWrapper) SetOutput(name string, value interface{}) {
}

func (w *activityCtxWrapper) GetSetting(setting string) (value interface{}, exists bool) {
return nil, false
return w.lCtx.GetSetting(setting)
}

func (*activityCtxWrapper) GetInitValue(key string) (value interface{}, exists bool) {
Expand Down

0 comments on commit 60e9706

Please sign in to comment.