Merge pull request #2010 from automatisch/aut-1098

fix: mark steps incomplete when their parameters change
This commit is contained in:
Ömer Faruk Aydın
2024-08-07 10:07:00 +02:00
committed by GitHub

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');