Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Work Tasks

Performing Ingestion Using Multiple Ingestion Activity

Performing Ingestion Using Multiple Ingestion Activity

  • Last UpdatedJun 25, 2024
  • 2 minute read

To perform ingestion using multiple Ingestion Activity

  1. Drag the Ingestion Activity from the Integration Activity category.

  2. Set the FileName property for the activity as,

    <%#XmlVariables.SFFormData.SKRootDefinition.Panelform1.ExportedFileName1%>

  3. Set the Source property as,

    <%#XmlVariables.SFFormData.SKRootDefinition.Panelform1.Source1%>

  4. Set the Transaction Id property as blank for the first Ingestion Activity.

  5. Set the Complete Transaction property to false for the first Ingestion Activity.

  6. In the Start activity declare the variables as,

    ^Ingestion Activity1TransactionId

    ^Ingestion Activity1ServiceResponse

  7. Drag the second Ingestion Activity from the Integration Activity category.

  8. Link the first Ingestion Activity with the second Ingestion Activity with the link output of Successful.

  9. Set the FileName property for the Activity as,

    <%#XmlVariables.SFFormData.SKRootDefinition.Panelform1.ExportedFileName2%>

  10. Set the Source property as,

    <%#XmlVariables.SFFormData.SKRootDefinition.Panelform1.Source2%>

  11. Set the Transaction Id property based on the first Ingestion Activity system variable as,

    <%#Variable.^Ingestion Activity1TransactionId%>

  12. Set the Complete Transaction property to false for the second Ingestion Activity.

  13. Drag the third Ingestion Activity from the Integration Activity category.

  14. Link the second Ingestion Activity with the third Ingestion Activity with the link output of Successful.

  15. Set the FileName Property for the Activity as,

    <%#XmlVariables.SFFormData.SKRootDefinition.Panelform1.ExportedFileName3%>

  16. Set the Source property as,

    <%#XmlVariables.SFFormData.SKRootDefinition.Panelform1.Source3%>

  17. Set the Transaction Id property based on the first Ingestion Activity system variable as,

    <%#Variable.^Ingestion Activity1TransactionId%>

  18. Set the Complete Transaction property to true for the third Ingestion Activity.

  19. Design of the workflow as below.

TitleResults for “How to create a CRG?”Also Available in