Skip to content

Commit

Permalink
add DEPRECATED note to some Activity context methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Martinez committed Apr 17, 2017
1 parent 5d5a636 commit c455c34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flow/activity/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ import "github.com/TIBCOSoftware/flogo-lib/flow/support"
type Context interface {

// FlowDetails returns the details fo the Flow Instance
//DEPRECATED - to be replace with generic context details
FlowDetails() FlowDetails

// TaskName returns the name of the Task the Activity is currently executing
// DEPRECATED - to be replaced with generic activity container name
TaskName() string

// GetInput gets the value of the specified input attribute
Expand Down

0 comments on commit c455c34

Please sign in to comment.