Last active
February 29, 2024 12:21
-
-
Save dagda1/3b057d66587396aa5a1a2b4a6d10c575 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id" : "728320a7-a4e2-4a16-aa38-621b084c1014", | |
"name" : "mentorOnboardingFlow", | |
"type" : "INFRASTRUCTURE", | |
"processingType" : "SEQUENTIAL", | |
"author" : null, | |
"createDate" : "2024-02-28T12:39:35.030+00:00", | |
"modifyDate" : "2024-02-28T12:39:35.030+00:00", | |
"parameters" : { | |
"Sample Selection" : { | |
"format" : "multi-select", | |
"description" : "Pick a choice", | |
"type" : "string", | |
"required" : true, | |
"enum" : [ "Option A", "Option B" ] | |
}, | |
"Required Value" : { | |
"format" : "text", | |
"description" : "Required user provided value", | |
"type" : "string", | |
"required" : true | |
} | |
}, | |
"properties" : { | |
"version" : null | |
}, | |
"steps" : [ { | |
"id" : "f96aab8f-fbe0-4f3f-9c57-46136651b3e6", | |
"name" : "stepOne", | |
"stepType" : "WORKFLOW", | |
"flowProcessingType" : "OTHER", | |
"stepTaskDefinitionResponses" : [ { | |
"id" : "e962fb8d-3e78-430d-9b51-39a74b941c5e", | |
"name" : "jiraTicketCreationTask", | |
"stepType" : "TASK", | |
"stepTaskDefinitionResponses" : [ { | |
"id" : "0f0edc89-b5a9-4db3-be8f-513ed679cd04", | |
"name" : "jiraTicketApprovalCheckerFlow", | |
"stepType" : "CHECKER", | |
"flowProcessingType" : "SEQUENTIAL", | |
"stepTaskDefinitionResponses" : [ { | |
"id" : "d8cc2b0a-3054-46fa-ac71-ea95bf371d01", | |
"name" : "jiraTicketApprovalCheckerTask", | |
"stepType" : "TASK", | |
"outputs" : [ "HTTP2XX", "OTHER" ] | |
} ], | |
"cronExpression" : "*/5 * * * * ?" | |
} ], | |
"outputs" : [ "HTTP2XX", "OTHER" ], | |
"flowCheckerMappingDefinitionId" : "f6a08bc4-de18-4d22-baf0-1179b510f75e" | |
}, { | |
"id" : "06ce43d8-486c-450f-9de1-8fd1e5911f02", | |
"name" : "jiraTicketUpdateNotificationTask", | |
"stepType" : "TASK" | |
} ] | |
}, { | |
"id" : "17f20987-ccef-45a7-8dd9-eec7dfcfa020", | |
"name" : "stepTwo", | |
"stepType" : "WORKFLOW", | |
"flowProcessingType" : "OTHER", | |
"stepTaskDefinitionResponses" : [ { | |
"id" : "4e1106fd-87a3-4a48-96a2-3c4dc2f76f3e", | |
"name" : "appDeploymentTask", | |
"stepType" : "TASK" | |
}, { | |
"id" : "74e26abc-ea87-465e-b867-33fa2faa9fb9", | |
"name" : "appLinkNotificationTask", | |
"stepType" : "TASK" | |
} ] | |
} ] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment