You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker (Specify the docker image that you're using and the command you used to start the container) docker run -it -p 5300:3303 flogo/flogo-web:unstable eula-accept
Other (Provide details of your environment)
Describe the bug
Unable to download application binary if app has a stream resource
To Reproduce
Steps to reproduce the behavior:
Create an app and a stream action
Click on build from resources list page for any architecture
Error logs:
Error building project: # github.com/project-flogo/stream/pipeline
/go/pkg/mod/github.com/project-flogo/[email protected]/pipeline/context.go:294:30: cannot use newCtx (type *ExecutionContext) as type activity.Context in argument to invokeCallback:
*ExecutionContext does not implement activity.Context (missing GetTracingContext method)
/go/pkg/mod/github.com/project-flogo/[email protected]/pipeline/context.go:332:28: cannot use newCtx (type *ExecutionContext) as type activity.Context in argument to invokeCallback:
*ExecutionContext does not implement activity.Context (missing GetTracingContext method)
/go/pkg/mod/github.com/project-flogo/[email protected]/pipeline/instance.go:159:28: cannot use ctx (type *ExecutionContext) as type activity.Context in argument to stage.act.Eval:
*ExecutionContext does not implement activity.Context (missing GetTracingContext method)
/go/pkg/mod/github.com/project-flogo/[email protected]/pipeline/instance.go:222:28: cannot use ctx (type *ExecutionContext) as type activity.Context in argument to aact.PostEval:
*ExecutionContext does not implement activity.Context (missing GetTracingContext method)
Expected behavior
Should be able to download binary
The text was updated successfully, but these errors were encountered:
Environment
How are you running Flogo Web?
Describe the bug
Unable to download application binary if app has a stream resource
To Reproduce
Steps to reproduce the behavior:
Error logs:
Error building project: # github.com/project-flogo/stream/pipeline
/go/pkg/mod/github.com/project-flogo/[email protected]/pipeline/context.go:294:30: cannot use newCtx (type *ExecutionContext) as type activity.Context in argument to invokeCallback:
*ExecutionContext does not implement activity.Context (missing GetTracingContext method)
/go/pkg/mod/github.com/project-flogo/[email protected]/pipeline/context.go:332:28: cannot use newCtx (type *ExecutionContext) as type activity.Context in argument to invokeCallback:
*ExecutionContext does not implement activity.Context (missing GetTracingContext method)
/go/pkg/mod/github.com/project-flogo/[email protected]/pipeline/instance.go:159:28: cannot use ctx (type *ExecutionContext) as type activity.Context in argument to stage.act.Eval:
*ExecutionContext does not implement activity.Context (missing GetTracingContext method)
/go/pkg/mod/github.com/project-flogo/[email protected]/pipeline/instance.go:222:28: cannot use ctx (type *ExecutionContext) as type activity.Context in argument to aact.PostEval:
*ExecutionContext does not implement activity.Context (missing GetTracingContext method)
Expected behavior
Should be able to download binary
The text was updated successfully, but these errors were encountered: