No announcements
Found 3613247 threads
-
0 Votes
Cannot persist workflow when using Session Object
Great its working, thank you very much, i create an Extension with a Session property, add a instance of the Extension to my WorkflowApplication and use the Extension to get the Session ...Answered | 2 Replies | 4742 Views | Created by Pratik Bhavsar - Wednesday, July 7, 2010 11:30 AM | Last reply by Pratik Bhavsar - Thursday, July 8, 2010 9:32 AM -
0 Votes
How to wake up an idled workflow by the workflow parameter object inside an activity ?
Your kicked off a workflow which use that function before the funtion was removed.Answered | 8 Replies | 3460 Views | Created by Wayne Z - Monday, July 27, 2009 3:37 PM | Last reply by Wayne Z - Tuesday, August 11, 2009 7:48 AM -
0 Votes
Passing a global parameter/argument to a workflow
Given that all of your activities are custom, the approach I’d use here is to simply use an extension that indicates whether you are running in test ...Answered | 1 Replies | 5511 Views | Created by Parry V - Monday, September 20, 2010 12:44 AM | Last reply by Zafar Mohammed - MSFT - Friday, September 24, 2010 11:07 PM -
0 Votes
Pass in parameters to declarative workflow
I think this thread can help you to solve the ...Answered | 2 Replies | 3358 Views | Created by CheeseMan - Monday, March 16, 2009 2:58 PM | Last reply by CheeseMan - Tuesday, March 17, 2009 9:07 AM -
0 Votes
Passing a reference of the workflow to an activity
You would need to use a custom NativeActivity, and then you can inspect the NativeActivityContext in the Execute override of the custom activity.Answered | 1 Replies | 4175 Views | Created by Darren_SE - Thursday, September 2, 2010 8:33 PM | Last reply by Steve Danielson - Thursday, September 2, 2010 11:07 PM -
2 Votes
Pass a file pointer to a function
If you don't then you can't use it there.Answered | 8 Replies | 5534 Views | Created by Ms.Capricorn - Saturday, November 19, 2011 12:37 AM | Last reply by Helen Zhao - Friday, November 25, 2011 3:05 AM -
0 Votes
SharePoint Designer Workflow Setting Variables Using Functions
"Workflow Actions for SharePoint Designer 2010" has an option to run a powershell script from a designer workflow.Answered | 2 Replies | 30749 Views | Created by M DeBoni - Wednesday, January 9, 2013 9:32 AM | Last reply by leidge1 - Thursday, January 10, 2013 7:35 PM -
0 Votes
Passing an IEnumerable<string> into a workflow
There just seems to be nowhere where it it simply explained how to set workflows up, code only, setting their arguments, using VisualBasicReference etc.Answered | 7 Replies | 10882 Views | Created by Etowah_man - Saturday, March 6, 2010 3:55 PM | Last reply by Shafqat_ali - Tuesday, June 8, 2010 6:00 AM -
0 Votes
Pass Data between 2 WorkFlows
You could use the inner workflow as an activity and use her arguments.Answered | 2 Replies | 4708 Views | Created by WMeher - Wednesday, August 25, 2010 2:48 PM | Last reply by Adriano Trevisan - Wednesday, August 25, 2010 8:49 PM -
0 Votes
Passing object mCB to a Method of object mCA: Is this passing by reference?
What I was unclear on was passing by reference using Pointers - vs - passing by reference using References (Aliases) myFunc1 ...Answered | 9 Replies | 2518 Views | Created by Mel_3 - Saturday, May 12, 2012 4:05 PM | Last reply by Mel_3 - Monday, May 14, 2012 8:44 PM -
0 Votes
Publish and start a workflow using Client Object Model
Hi Steve, How can I start workflow after associating it with list.Answered | 4 Replies | 2550 Views | Created by SajalMukherjee - Monday, April 1, 2013 6:02 AM | Last reply by MohammedSabir - Friday, April 25, 2014 6:04 AM -
1 Votes
Passing an SQL function when using DataGridView and CommandBuilder
That's the problem: @p5 is not defined as an ADO.net object so it throws an error.Answered | 16 Replies | 1910 Views | Created by STM123 - Wednesday, November 16, 2011 10:26 PM | Last reply by Samir Ibrahim - Monday, November 21, 2011 7:14 PM -
0 Votes
The workflow definition of the passed in Activity is different from the workflow definition passed into the constructor of WorkflowChanges.
Previously I was trying to update the workflow from a custom tracking service and I only had the ApplyChanges code in the separate thread, while the actual WorkflowChanges ...Answered | 4 Replies | 5415 Views | Created by Sukasom Chaiyakul - Friday, February 6, 2009 12:39 PM | Last reply by Raya Yunakova - Saturday, July 31, 2010 6:58 PM -
4 Votes
Pass a table to a scalar function
Please check following link http://stackoverflow.com/questions/1609115/pass-table-as-parameter-into-sql-server-udfAnswered | 7 Replies | 14324 Views | Created by york0001 - Sunday, April 8, 2012 1:51 PM | Last reply by LonerinMi - Friday, November 8, 2013 8:47 PM -
0 Votes
How to pass values back to .aspx page from a Workflow?
Briefly my question is how to inform (pass object) the user the status of his request (other values also) at the time of workflow is running in .aspx page ...Answered | 9 Replies | 5730 Views | Created by DEVILSHALIMAR - Monday, March 22, 2010 8:27 AM | Last reply by sgansa - Friday, April 2, 2010 5:53 AM -
0 Votes
Pass reference of form object to a class
Simply create your object, and then pass it the current running instance of the form.Answered | 8 Replies | 1065 Views | Created by HTHP - Monday, August 17, 2015 7:41 PM | Last reply by HTHP - Tuesday, September 15, 2015 9:24 PM -
1 Votes
GDI+ graphics object passing
Thank you so much - I used the last one & it worked!Answered | 3 Replies | 841 Views | Created by mh1000 - Monday, July 11, 2016 6:05 PM | Last reply by mh1000 - Monday, July 11, 2016 7:36 PM -
0 Votes
Passing data from workflow to InfoPath form
Promote your InfoPath form fields and check the bottom checkbox that will allow you to reference those fields within SharePoint Designer, no need to use ItemMetadata as it is only ...Answered | 3 Replies | 9322 Views | Created by SPAnton - Thursday, March 3, 2011 8:17 AM | Last reply by RuanCPT - Thursday, March 3, 2011 12:20 PM -
2 Votes
Pass object type by reference
You always can use unsafe code and pass a true void pointer to the function.Answered | 4 Replies | 2678 Views | Created by nispio - Tuesday, August 10, 2010 12:31 AM | Last reply by Louis.fr - Tuesday, August 10, 2010 4:41 PM -
0 Votes
Passing multiple functions into saveFileDialog
Hi there, Thank you very much for this, have just been able to use the code as probelms with computer.Answered | 2 Replies | 2870 Views | Created by ab00120 - Saturday, November 21, 2009 6:08 PM | Last reply by ab00120 - Tuesday, November 24, 2009 6:18 PM - Items 1 to 20 of 3613247 Next ›
No announcements