We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f226bc7 commit 1131668Copy full SHA for 1131668
services/task-service/src/commands/create-task.ts
@@ -128,7 +128,7 @@ export class CreateTaskCommand implements ICommand {
128
const promises = tasks.map(async dbTask => {
129
if (workflow.id) {
130
const result = await workflowCtrl.startWorkflow(
131
- workflow.id!,
+ workflow.id,
132
new ExecuteWorkflowDto({
133
input: {
134
taskId: dbTask.id,
0 commit comments