Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
manan164 committed Dec 4, 2023
1 parent 09d10c0 commit e80ac08
Showing 1 changed file with 13 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2173,18 +2173,19 @@ public String startWorkflow(
return null;
}

public String startWorkflow(WorkflowDef workflowDefinition,
Map<String, Object> workflowInput,
String externalInputPayloadStoragePath,
String correlationId,
Integer priority,
String parentWorkflowId,
String parentWorkflowTaskId,
String event,
Map<String, String> taskToDomain,
String createdBy,
String idempotencyKey,
IdempotencyStrategy idempotencyStrategy) {
public String startWorkflow(
WorkflowDef workflowDefinition,
Map<String, Object> workflowInput,
String externalInputPayloadStoragePath,
String correlationId,
Integer priority,
String parentWorkflowId,
String parentWorkflowTaskId,
String event,
Map<String, String> taskToDomain,
String createdBy,
String idempotencyKey,
IdempotencyStrategy idempotencyStrategy) {
return null;
}
}

0 comments on commit e80ac08

Please sign in to comment.