Skip to content

Commit

Permalink
chore(sns): change type to adopt to web-modeler
Browse files Browse the repository at this point in the history
  • Loading branch information
igpetrov committed Jun 6, 2023
1 parent 2f9189b commit c34ffd7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 53 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"properties": [
{
"type":"Hidden",
"value":"io.camunda:aws-sns-inbound:1",
"value":"io.camunda:aws-sns-webhook:1",
"binding":{
"type":"zeebe:property",
"name":"inbound.type"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"properties": [
{
"type":"Hidden",
"value":"io.camunda:aws-sns-inbound:1",
"value":"io.camunda:aws-sns-webhook:1",
"binding":{
"type":"zeebe:property",
"name":"inbound.type"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

@InboundConnector(name = "SNS_INBOUND", type = "io.camunda:aws-sns-inbound:1")
@InboundConnector(name = "SNS_INBOUND", type = "io.camunda:aws-sns-webhook:1")
public class SnsWebhookExecutable implements WebhookConnectorExecutable {

private static final Logger LOGGER = LoggerFactory.getLogger(SnsWebhookExecutable.class);
Expand Down

This file was deleted.

0 comments on commit c34ffd7

Please sign in to comment.