Skip to main content
Answer

Issues in Running a Flow

  • February 3, 2024
  • 2 replies
  • 40 views

HanishSharma
Practitioner
Forum|alt.badge.img+4

I was trying to create a flow to refresh all views in one of my solution model in a project. All my transformations are running individually without failing. But as soon as I run the Flow, only first transformation runs, the second one fails with an unclear message “Something went wrong”.

 

I understand this is an EA features as of now, but I see a lot of application of this feature in one of our projects hence I am trying to setup some flows in it. Could you please help in checking if I am doing something wrong here?

Task ID - 1dfb440d-c678-43a4-8c67-0d98467694e8

 

Flow Definition:

[

  {

    "externalId": "tr-tr-SDM-WellStatus-Entity",

    "type": "transformation",

    "name": "1706783603193",

    "parameters": {

      "transformation": {

        "externalId": "tr-tr-SDM-WellStatus-Entity",

        "concurrencyPolicy": "fail"

      }

    },

    "onFailure": "abortWorkflow",

    "dependsOn": []

  },

  {

    "externalId": "tr-tr-SDM-Well-Status-Hierarchy",

    "type": "transformation",

    "name": "1706783606619",

    "parameters": {

      "transformation": {

        "externalId": "tr-tr-SDM-Well-Status-Hierarchy",

        "concurrencyPolicy": "fail"

      }

    },

    "onFailure": "abortWorkflow",

    "dependsOn": [

      {

        "externalId": "tr-tr-SDM-WellStatus-Entity"

      }

    ]

  },

  {

    "externalId": "6e59815b-a9a5-4623-8ae4-23f3da9951b0",

    "type": "transformation",

    "name": "1706783608108",

    "parameters": {

      "transformation": {

        "externalId": "6e59815b-a9a5-4623-8ae4-23f3da9951b0",

        "concurrencyPolicy": "fail"

      }

    },

    "onFailure": "abortWorkflow",

    "dependsOn": [

      {

        "externalId": "tr-tr-SDM-Well-Status-Hierarchy"

      }

    ]

  },

  {

    "externalId": "tr-SDM-WellStatus-EquipmentDataByCompletion",

    "type": "transformation",

    "name": "1706783610661",

    "parameters": {

      "transformation": {

        "externalId": "tr-SDM-WellStatus-EquipmentDataByCompletion",

        "concurrencyPolicy": "fail"

      }

    },

    "onFailure": "abortWorkflow",

    "dependsOn": [

      {

        "externalId": "tr-tr-SDM-Well-Status-Hierarchy"

      }

    ]

  },

  {

    "externalId": "c9a76825-7f63-4930-a7f1-af4ae3a78af1",

    "type": "transformation",

    "name": "1706783612153",

    "parameters": {

      "transformation": {

        "externalId": "c9a76825-7f63-4930-a7f1-af4ae3a78af1",

        "concurrencyPolicy": "fail"

      }

    },

    "onFailure": "abortWorkflow",

    "dependsOn": [

      {

        "externalId": "tr-tr-SDM-Well-Status-Hierarchy"

      }

    ]

  },

  {

    "externalId": "tr-tr-SDM-DailyProdDataByWell-Well-Data-from-Avocet",

    "type": "transformation",

    "name": "1706783613791",

    "parameters": {

      "transformation": {

        "externalId": "tr-tr-SDM-DailyProdDataByWell-Well-Data-from-Avocet",

        "concurrencyPolicy": "fail"

      }

    },

    "onFailure": "abortWorkflow",

    "dependsOn": [

      {

        "externalId": "tr-tr-SDM-Well-Status-Hierarchy"

      }

    ]

  }

]

 

Best answer by Dilini Fernando

Hi @HanishSharma,

Please follow up on the following topic. 

Br,
Dilini

2 replies

Jørgen Lund
Seasoned Practitioner
Forum|alt.badge.img
  • Product Manager
  • February 5, 2024

Hi @HanishSharma, looks like a duplicate post, let’s follow up in the other thread 🙂


Dilini Fernando
Seasoned Practitioner
Forum|alt.badge.img+2
  • Seasoned Practitioner
  • Answer
  • February 5, 2024

Hi @HanishSharma,

Please follow up on the following topic. 

Br,
Dilini