fission-workflows
fission-workflows copied to clipboard
Workflows for Fission: Fast, reliable and lightweight function composition for serverless functions
Current the execution chain is about notification-evaluation-rule-scheduler-action. It seems a little long chain. And the methods in invoke cache and store seem a little over checking the elements, that weaken...
For an early implementation of the `fes` package, we went for a Java-like inheritance approach for the updating of event store models. Each one required 'extending' the fes.BaseEntity and implementing...
We need a way to either manually or automatically clean up old workflow invocation data.
Currently the workflow engine itself cannot be scaled horizontally. The issue that prevents this is that the workflow invocations are not assigned to specific workflow engine instance. If you scale...
Hi all :) My workflow fission-function is in long running CrashLoopBackOff after I cancelled a workflow and reinstalled fission-workflows (which I did because I thought the workflow was hanging due...
Currently compose pre-built in some built in functions like foreach. For example the `$.Tasks.DataValidator.Output` in below workflow is always a list - which is list of individual outputs of DataValidator....
After certain time the workflow pod looses connection to the Nats. This is fixed after the workflow pod is restarted. ``` time="2018-09-05T04:23:56Z" level=info msg="Event added: WORKFLOW_CREATED" aggregate=workflow/29dc36fc-b037-11e8-8f31-42010aa0001c nats.subject=workflow.29dc36fc-b037-11e8-8f31-42010aa0001c parent=/ time="2018-09-05T04:23:56Z"...
Currently the expression parser is hacked into the control flow of task executions. To emphasize the design of this component being 'higher-level' and optional and make it more maintainable is...
## Current Status @erwinvaneyk and I have made some discussion about the rule of function reference and auto resolving unspecific function runtime. This allows user to input an ambiguous runtime,...
The health status logs in Workflow API server are a bit too frequent and make debugging the API server a bit of pain. It would be good to have some...