Merge pull request #2010 from automatisch/aut-1098
fix: mark steps incomplete when their parameters change
This commit is contained in:
@@ -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');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user