Skip to content

Commit

Permalink
Copy(1)-k1- get photo album for user::[email protected]::minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
kkarupas committed Mar 22, 2023
1 parent b93cefa commit 8ddad61
Showing 1 changed file with 8 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@
"schema_id": "datatype.string",
"properties": {
"value": "",
"scope": "input",
"name": "username",
"scope": "output",
"name": "albums retrieved",
"type": "datatype.string",
"is_required": true,
"is_required": false,
"is_invisible": false
},
"unique_name": "variable_workflow_024G5MME1F4MS3hl9Dm9q5XKAxv4DWvkfiz",
"unique_name": "variable_workflow_024G5MME1ET4O7ipj5ESwWi7r6YBeLsYytW",
"object_type": "variable_workflow"
},
{
"schema_id": "datatype.string",
"properties": {
"value": "",
"scope": "output",
"name": "albums retrieved",
"scope": "input",
"name": "username",
"type": "datatype.string",
"is_required": false,
"is_required": true,
"is_invisible": false
},
"unique_name": "variable_workflow_024G5MME1ET4O7ipj5ESwWi7r6YBeLsYytW",
"unique_name": "variable_workflow_024G5MME1F4MS3hl9Dm9q5XKAxv4DWvkfiz",
"object_type": "variable_workflow"
}
],
Expand Down Expand Up @@ -176,41 +176,6 @@
"object_type": "definition_activity"
}
]
},
{
"unique_name": "definition_activity_024G5MMLQ0EOC6j56oSAL64DJuVv9pTpIWE",
"name": "Condition Branch",
"title": "USER Not Found",
"type": "logic.condition_block",
"base_type": "activity",
"properties": {
"condition": {
"left_operand": "$activity.definition_activity_024G5MMGH38HH3St5FfHmEAvFTfKo1GoEUJ.output.succeeded$",
"operator": "eq",
"right_operand": false
},
"continue_on_failure": false,
"display_name": "USER Not Found",
"skip_execution": false
},
"object_type": "definition_activity",
"actions": [
{
"unique_name": "definition_activity_024G5MMMSBLQC1cVjcVehJiKRn04uD3IVi7",
"name": "Completed",
"title": "User not found",
"type": "logic.completed",
"base_type": "activity",
"properties": {
"completion_type": "failed-completed",
"continue_on_failure": false,
"display_name": "User not found",
"result_message": "User not found",
"skip_execution": false
},
"object_type": "definition_activity"
}
]
}
]
}
Expand Down

0 comments on commit 8ddad61

Please sign in to comment.