Many fixes to workflow runs, focused on only running correct nodes

This commit is contained in:
Frikky
2023-12-07 18:18:51 +01:00
parent a8fa130381
commit 02713941f0
12 changed files with 1325 additions and 721 deletions
+5
View File
@@ -610,6 +610,11 @@ const Header = (props) => {
>
<MeetingRoomIcon style={{ marginRight: 5 }} /> &nbsp;Logout
</MenuItem>
<Divider style={{marginBottom: 10, }}/>
<Typography variant="body2" color="textSecondary" align="center" style={{marginTop: 5, marginBottom: 5,}}>
Version: 1.3.1
</Typography>
</Menu>
</span>
);
-1
View File
@@ -799,7 +799,6 @@ const ParsedAction = (props) => {
selectedActionParameters[count].value = splitparsed[0]
selectedAction.parameters[count].value = splitparsed[0]
//changeActionParameter({target: {value: splitparsed[1]}},
selectedActionParameters[1].value = splitparsed[1]
selectedAction.parameters[1].value = splitparsed[1]
forceUpdate = true
+1 -1
View File
@@ -478,7 +478,7 @@ const RuntimeDebugger = (props) => {
return (
<div style={{display: "flex", }}>
<Tooltip arrow placement="right" title={
<Tooltip arrow placement="left" title={
<Typography variant="body2" style={{whiteSpace: "pre-line", padding: 10, }}>
Workflow result: {errorReason}<br/><br/>
{params.row.result !== null && params.row.result !== undefined && params.row.result !== "" ?