Questions tagged [custom-activity]
78 questions
70
votes
4 answers
android how to create my own Activity and extend it?
I need to create a base class that extends Activity which does some common tasks in my application and extend my activities from it,in the following form:
public BaseActivity extends Activity{....}
public SubActivity extends BaseActivity{...}
in…

user173488
- 947
- 1
- 9
- 20
7
votes
2 answers
Could not load type 'Microsoft.WindowsAzure.Storage.Blob.CloudAppendBlob' from assembly 'Microsoft.WindowsAzure.Storage, Version=4.3.0.0
I am running a custom activity in Azure data factory, when i am trying to work on CloudAppendBlob the following exception occurs. It looks like a version issue but not able to figure a way to fix. I have compiled the code using Windows Azure Storage…

Venkataramana
- 103
- 2
- 9
3
votes
2 answers
Delete remote files using Azure Data Factory
How do I delete all files in a source folder (located on On-premise file system). I would need help with a .NET custom activity or any Out-of-the-box solutions in Azure Data Factory.
PS: I did find a delete custom activity but it's more towards…

Ajay Devulapalli
- 91
- 1
- 5
2
votes
1 answer
How to get CodeCoverage in a custom build activity
How do I get the code coverage in a custom build activity?
I'm trying to get the coverage % so I can pass it to another app that I'm running as part of that custom activity.

jd314159
- 365
- 2
- 14
2
votes
1 answer
cancel build based on return value of codeactivity
After migrating to TFS/VS2010 I want to redesign/migrate the build process to the new
workflow foundation and codea ctivities.
Some of my code activities are doing some checks against sharepoint and databases and returning a bool if the checks are…

Khh
- 2,521
- 1
- 25
- 42
2
votes
1 answer
Getting InArguments from Config.Json, Journey Builder, Marketing Cloud
I have been trying without success to understand how to work with the InArguments/OutArguments from Journey Builder on marketing cloud. I have been reading through the documentation on Marketingcloud as well as GitHub examples and still can't…

Natálie Dvořanová
- 21
- 2
2
votes
1 answer
How to develop custom activities for Team Build 2010 in an efficient way?
To create a custom workflow activity for Team Build 2010, I have to create a class library that will contains my custom activities, and another one to customize the build process (the workflow).
My development worklow is :
write code for the custom…

PatriceVB
- 1,053
- 1
- 10
- 28
2
votes
0 answers
Custom Activity with Type Argument WF 4 (C# Workflow Foundation)
First time question here.. wow I can't post images.. oh well.
I am trying to implement a custom activity for a workflow that takes a type argument . It looks like this
public class AddDataColumn : CodeActivity
{
[Category("DefaultValue")]
…

Shoaib Manzoor
- 89
- 5
2
votes
1 answer
Get the filename with complete path on Azure Data Factory
I'm implementing IDotNetActivity while working on CustomActivity.
I want to read a file name that exists on input dataset at folder path adftutorial/customactivityinput/abc.txt, update some text and finally copy the result at output dataset…

Sandeep Choudhary
- 23
- 5
2
votes
1 answer
Graceful custom activity timeout in data factory
I'm looking to impose a timeout on custom activities in data factory via the policy.timeout property in the activity json.
However I haven't seen any documentation to suggest how the timeout operates upon Azure batch? I assume that the batch task is…

Alex KeySmith
- 16,657
- 11
- 74
- 152
2
votes
1 answer
Merging two CSV Files in Azure Data Factory by using custom .NET activity
I have two CSV file which contains which contains many n-columns.I have to merge this two csv files with a single CSV file which having one unique column from the both input file.
I browsed thoroughly all the blogs and sites.All will result into…

Jayendran
- 9,638
- 8
- 60
- 103
2
votes
1 answer
ADF - C # Custom Activity
I have a csv file as input which I have stored in Azure Blob Storage. I want to read data from csv file, perform some transformations on it and then store data in Azure SQL Database. I am trying to use a C# custom activity in Azure Data Factory…

seou1
- 446
- 1
- 5
- 21
2
votes
1 answer
UIActivityViewController: Video Share to Youtube
Is there any way to share a video to YouTube site without using custom UIActivity? YouTube is not listed in UIActicvityViewController though YouTube app is installed on the device. Its not the case with Vine, Vimeo and other apps.Apps are listed if…

rishu1992
- 1,414
- 3
- 14
- 33
2
votes
1 answer
Adding ColinsALMCorner.CustomBuildTasks.dll to Toolbox causes 'could not load file or assembly' error
I am adding this custom build task to my TFS 2010 build workflow, however when attempting to add it (ColinsALMCorner.CustomBuildTasks.dll) to the toolbox, I get error:
'Could not load file or assembly file 'ColinsALMCorner.CustomBuildTasks.dll' or…

JohnZaj
- 3,080
- 5
- 37
- 51
2
votes
6 answers
CRM create CustomerAddress Programmatically
I am trying to make an activity that migrates an address from a lead to a contact. We do not use the default Address1 and Address2 in our CRM deployment (not my decision) so although the Qualification process does copy the address entered in the…

Bitfiddler
- 3,942
- 7
- 36
- 51