Questions tagged [custom-activity]
78 questions
0
votes
1 answer
Cusom Activity in Azure data factory
I am creating c# program and want to execute it from custom activity azure data factory. However, I am not getting the steps that I should follow.
I have followed a Microsoft site for the same, but the steps are not clear. So please help.

Dpp
- 1
- 2
0
votes
1 answer
CRM custom activity do not return output argument
I have written a custom activity as below,
namespace Tu.Crm.Packages.WorkFlows
{
public sealed class VersionFinder : CodeActivity
{
[Output("VersionDate")]
public OutArgument VersionDate { get; set; }
…

VJOY
- 3,752
- 12
- 57
- 90
0
votes
1 answer
Custome activity buid by an activity file
How can I use custom code (activity file not codeactivity neither activitydesginer ) as an Activity inside a Reshosted workflow designer?
I was doing the following for any activity, which I build for each ( codeactivity & activitydesginer) files,…

Sofy
- 11
- 4
0
votes
1 answer
How to call Custom Activity inside onCreate method
I am developing a simple app that has two activities, MainActivity and SecondActivity and a transparent CustomActivity that extends Dialog. The
MainActivity has two buttons (Yes_button and No_button).
When user clicks Yes_button, the SecondActivity…

Neldison
- 48
- 7
0
votes
1 answer
InvokeProcess custom activity does not invoke
I'm doing my first steps on Customizing the TFS builds. I created an InvokeProcess that calls a batch file. I see in the log that the batch file is called, but I do not see that the batch file is executed. In the FileName I put the located and the…

Ariel
- 1
- 1
0
votes
1 answer
Using azure custom activity to run c# executable which converts DBF file into CSV
Is there any way to query a dbf file stored in azure blob storage and then put the results into a data table? So far I was downloading the dbf file locally and then I was using OleDb connection to query the dbf file and load the results into a data…

Panagiotis
- 27
- 1
- 8
0
votes
1 answer
Designer rehosting questions
I am trying to rehost the wf designer inside a wpf window. I have build custom activities and activity designers.
I can't drag and drop onto the workflow custom activity
I don't know how, And I tried alot!!
Thank oyu

Sofia
- 11
- 2
0
votes
1 answer
Reading build variable using Custom code activty
I have a build template with variables created and the values are set in the build template itself.
I have another custom activity in the same build template. My custom activity will read an XML file which has the names of all variables created.
My…

Varshant
- 1
0
votes
1 answer
How to execute a PowerShell Command from within Azure Data Factory custom activity?
I have a custom activity in Azure Data Factory, which attempts to execute the following command:
PowerShell.exe -Command "Write-Host 'Hello, world!'"
However, when I debug (run) this command from within Azure Data Factory, it runs for a long time,…

Dinesh Muciliath Jayadevan
- 137
- 1
- 8
0
votes
1 answer
WWF Custom Activity binding for SharePointOnlineCredentials
I have created a set of WWF custom activities to interact with SharePoint via the CSOM. I have created the below Activity, however, I am struggling to bind the Arguments in the XAML Designer, I have imported the Microsoft.SharePoint.Client namespace…

Conor
- 736
- 1
- 13
- 33
0
votes
1 answer
ADFV2 Custom Activity
Building on the example given here in ADFV2 documentation - https://learn.microsoft.com/en-us/azure/data-factory/transform-data-using-dotnet-custom-activity#executing-commands
The code snippet from the same documentation mentioned above, can't be…

Saj
- 17
- 5
0
votes
0 answers
UiPath: error in iTextSharp at my custom activity
I created a custom activity to rotate pdf file using iTextSharp in C#.
But when I add it to UiPath, pass the arguments and run the project it throws an error:
Rotate PDF : Could not load file or assembly 'itextsharp, Version=5.5.13.0,…

MGMKLML
- 39
- 6
0
votes
1 answer
Where to upload console app for Azure DF v2 custom activity?
I am trying to create DF v2 custom activity. I have console application, but i am not sure where to put it.
Should i only build it and upload to blob storage or is there some special publishment?
Thx

Tomáš Čičman
- 281
- 1
- 5
- 17
0
votes
1 answer
Is DotNetActivity still available on ADF V2?
Recently project changed ADF version from v1 to v2.
The pipeline, from legacy workpiece, contains dotnetactivity that runs on v1.(w/IDoNetActivity Interface inhered to class)
I was searching if dotnetactivity still available on v2.
But official adf…

Yoshinobu Furuya
- 65
- 1
- 8
0
votes
1 answer
Azure Data Factory get blob path with sas token in custom activity
I'm trying to build a custom activity in Azure Data Factory that gets a blob as input dataset and would like to pass this blob's sas token path to an API that requires this type of path.
Is there any way to get the blob's path with the sas token in…

Ryan Papke
- 135
- 1
- 12