Microsoft BizTalk Server Webinar Series - Developing logic apps in code view - Advanced concepts
PART 1: 29th NOV 2017 , 4.00 PM to 5.00 PM IST
Here is the meeting invite ics file.
https://biztalkteam.blob.core.windows.net/webinar/Developing_logic_apps_in_code_view_Advanced_concepts.ics
Agenda:
Workflow Definition Language schema for Azure Logic Apps
Basic Workflow Definition structure
Structure of a workflow definition.
Parameters
Structure of parameter definition.
Outputs
specify information that can be returned from a workflow run.
Expressions
common expressions that can be used inside of flows.
Operators
Operators are the characters that you can use inside expressions or functions.
Functions
Call Functions within expressions – Types of functions:
String functions
Logical functions
Conversion functions
Manipulation Functions
Math Functions
Date functions
Workflow functions
Referencing functions
Collection functions
Conditional execution - evaluate a condition and execute a branch based on whether the expression evaluates to true
Looping – Foreach , Until action.