Sharepoint 2013 flowchart workflow custom code -


i'am sharepoint 2013 beginner , have project need create workflow (with visual studio), started workflow flowchart workflow @ point needed write custom code (like db) couldn't find anyway (i can't call class's functions), whereas in 2010's sequential workflow wf has code behind class.

so question is: there anyway call custom code in sequential workflows !?

note: added class , tried use "invokemethod" it, couldn't reach class's functions.

use httpsend-activity. microsoft forcing write restful endpoints. , thing. go far should avoid deploying services on sharepoint server. microsoft pretty clear here.

1) server 2) deploy wcf-service uses sharepoint client object model stuff done 3) use httpsend-activity

httpsend https://msdn.microsoft.com/en-us/library/office/dn532193.aspx


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -