Questions tagged [flow-based-programming]
8 questions
8
votes
2 answers
BPMN vs Flow Based Programming
Short Question
Can flow based programming replace what BPMNs do? Or are they different tools for different circumstances. If so examples would be great. thanks.
Longer Story
Lately I've been trying to create a BPMN implementation in Javascript. In…

JackDev
- 11,003
- 12
- 51
- 68
3
votes
2 answers
Transactions / request-response-pattern in flow based/reactive programming
So I have been reading about flow based programming (FBP) in the last few days and I have also been reading J. Paul Morrison's book about it. However I feel I still can't really wrap my head around it. The general concept is that you see programming…

Jan Thomä
- 13,296
- 6
- 55
- 83
0
votes
0 answers
Is there any mistake of my code for a sum of log(|det|)?
import numpy as np
import torch
import torch.nn as nn
import torch.nn.functional as F
class InvConv(nn.Module):
"""Invertible 1x1 Convolution for 2D inputs. Originally described in Glow
(https://arxiv.org/abs/1807.03039). Does not support…

claireTU
- 1
0
votes
1 answer
ERROR: Component interaction/ListenChange not available with base
I wanted to run a NoFlo application. I created a noflo component in json fomat and then I tried to run it with the following command:
./node_modules/.bin/noflo-nodejs --graph graphs/Number_game.json.
I got the following error:
NoFlo runtime is…
0
votes
1 answer
Node-Red Function Nodes In Sequence
Hi I am currently developing a system in Node-Red. So it will receive input from POST and it will process it in the JS function node. But this is where the question begins. So if I put all the logics in one function node it will take like 100 lines…

Reveluv Project
- 3
- 2
0
votes
1 answer
Travis-CI giving errors during commit
I have a JavaScript application called JSFBP - https://github.com/jpaulm/jsfbp - using node-fibers, which has started giving Travis errors - as of Oct. 25. The log file is https://travis-ci.org/jpaulm/jsfbp/jobs/615992765 . Could a node-fibers…

Paul Morrison
- 1,694
- 3
- 20
- 35
0
votes
2 answers
Can Apache nifi be used as an application server?
I'm an application developer mainly develop and maintain enterprise application, like ERP, HCM system. After being in the field for many years, I started feeling that the way business system are developed is not quite right. After years of…

Aaron Shen
- 8,124
- 10
- 44
- 86