diff --git a/frontend/src/views/AngularWorkflow.jsx b/frontend/src/views/AngularWorkflow.jsx
index 2c92e7b5..e608b668 100644
--- a/frontend/src/views/AngularWorkflow.jsx
+++ b/frontend/src/views/AngularWorkflow.jsx
@@ -1386,9 +1386,10 @@ const AngularWorkflow = (defaultprops) => {
return;
}
- setVisited([]);
- setExecutionRequest({});
- stop();
+ setVisited([])
+ setExecutionRequest({})
+ stop()
+ })
var curelements = cy.elements();
for (var i = 0; i < curelements.length; i++) {
@@ -1409,6 +1410,7 @@ const AngularWorkflow = (defaultprops) => {
}
)
.then((response) => {
+ setExecutionRequestStarted(false)
if (response.status !== 200) {
console.log("Status not 200 for WORKFLOW EXECUTION :O!");
}
@@ -1460,9 +1462,9 @@ const AngularWorkflow = (defaultprops) => {
})
.catch((error) => {
//alert.error(error.toString());
+ setExecutionRequestStarted(false)
console.log("Execute workflow err: ", error.toString());
});
- })
};
// This can be used to only show prioritzed ones later
@@ -5511,12 +5513,12 @@ const AngularWorkflow = (defaultprops) => {
{triggers.map((trigger, index) => {
var imageline =
trigger.large_image.length === 0 ? (
-
+
) : (
);
@@ -7231,7 +7233,7 @@ const AngularWorkflow = (defaultprops) => {
>
contains any of
- {/**/}
+
+