Tuesday, October 7, 2014

WorkFlow

Add Workflow by LASG


  1. Click to get NameSpace.
  2. Every workflow1st Time need to Add Binding (URL).
  3. 'Receive and Send Reply', 'Can create instance' for every 1st Call
  4. Select Persistence Store.


Parameter



Receiver 


 Correlates On and Initializers



Activites


Reply - No Content and Initializers


Duration Set (time span)

_EffectiveDate.Subtract(DateTime.Now)

Workflow Behaviour 

pick -------> mutiple task, but will choose 1 to run 
reply ------> will return to user , else will keep refeshing.
parallel ---> its same as pick, but will run 2 together
sequence ---> just grouping
persist ----> will store the variable to the database 


if got 3 task , then will run all the 3 ,
if got receive ? then will stop until got ppl call, else will straight run

No comments:

Post a Comment