Skip to content

FlowModule Breaking: Prefix not valid syntax? #5

@crLawther

Description

@crLawther

When working through this, the replacer script replaces the value of the FlowModuleId with the syntax below (M: as the prefix and suffix) but there seems to be no mechanism to updated these flow automatically when they get deployed causing the flows to fail.

Can you confirm? I missing something?

    {
      "Parameters": {
        "FlowModuleId": "${M:broadcast-message-module:M}"
      },
      "Identifier": "6177fc44-cf35-4178-ae74-962145cfbe6e",
      "Type": "InvokeFlowModule",
      "Transitions": {
        "NextAction": "9f182336-8152-4969-8678-fb6748d7b9f2",
        "Errors": [
          {
            "NextAction": "9f182336-8152-4969-8678-fb6748d7b9f2",
            "ErrorType": "NoMatchingError"
          }
        ]
      }
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions