fix: mark steps incomplete when their parameters change

This commit is contained in:
Ali BARIN
2024-08-05 16:34:09 +00:00
parent 09d3a06b27
commit c1f5f0632b

View File

@@ -56,6 +56,7 @@ const updateStep = async (_parent, params, context) => {
appKey: input.appKey, appKey: input.appKey,
connectionId: input.connection.id, connectionId: input.connection.id,
parameters: input.parameters, parameters: input.parameters,
status: 'incomplete'
}) })
.withGraphFetched('connection'); .withGraphFetched('connection');