Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build application with a stream resource #1254

Open
1 of 2 tasks
ppaidi opened this issue Nov 18, 2019 · 0 comments
Open
1 of 2 tasks

Unable to build application with a stream resource #1254

ppaidi opened this issue Nov 18, 2019 · 0 comments
Labels

Comments

@ppaidi
Copy link
Contributor

ppaidi commented Nov 18, 2019

Environment

How are you running Flogo Web?

  • 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:

  1. Create an app and a stream action
  2. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant