Uploaded image for project: 'Service Design and Creation'
  1. Service Design and Creation
  2. SDC-4582

Backend support for operation milestones with activity inputs

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Done
    • Icon: Medium Medium
    • Montreal Release
    • None
    • None
    • None

      Add support in the backend for inputs on milestone activities. This builds on top of functionality introduced in SDC-4577, see that story for further info

      Consideration should be given to creating a data type to define the structure of the inputs

      Example:

      topology_template:
       inputs:
          
      
       node_templates:
          Atomic_Service_1:
              type: RFS
              properties:
                  my_attribute:
                  my_other_attribute:
              attributes:
                  my_attribute:
                  my_other_attribute:
              interfaces:
                          
                  Standard:
                      create:
                          description: "to create atomic service 1"
                          inputs:
                              a: xyz
                              b: sss
                          implementation: 
                              primary:
                                  file: sbiAdapterWF
                                  type: so.artifacts.Implementation.Camunda
                              timeout: 600
      
                          on_entry:                           
                              activities:
                                  - delegate: 
                                    workflow: workflow/SEND_NOTIFICATION
                                    inputs:
                                      TMFMilestoneJeopardyData:
                                      	name: "Atomic_Service_Start_Milestone"
                                      	message: "Atomic Service Creation started"
                                      	description: ""
                                      	eventType: "milestone"

            JvD_Ericsson JEFF VAN DAM
            JvD_Ericsson JEFF VAN DAM
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: