Questions tagged [custom-activity]
78 questions
1
vote
1 answer
Access parent activity variables from child activity
I have a rehosted WF4 designer in an existing desktop application. As the form with the designer loads, the designer automatically adds an activity to the designer (which acts as a parent - much like a sequence) and creates variables for the user to…

Michael Wilkinson
- 23
- 5
1
vote
1 answer
How to stop execution of the custom activity until ListItemChanged event occurs on the sharepoint site (list)
I'm building a custom Sharepoint 2010 activity which does some business logic, and at the end of that process, it writes down a list item with some data. I need that activity to hold execution of the workflow until the list item changes (let's say…

Eedoh
- 5,818
- 9
- 38
- 62
1
vote
1 answer
Team Build workflow can't load my custom activity
I've been searching for alternatives for hours, and I got some really weirdness going on.
So to isolate my problem, I created a very simple code activity that goes inside my xaml template:
using System.Activities;
using…

Padu Merloti
- 3,219
- 3
- 33
- 44
1
vote
1 answer
How to Prevent auto-resizing in a custom activity designer?
I hope you can help me with my problem. It's about a custom designer for a WF 4.0 activity, but the problem is essentially in the WPF of the designer.
Some background
I've created a custom WorkFlow activity to send e-mails. For the custom designer…

Lars Kristensen
- 1,410
- 19
- 29
1
vote
1 answer
Azure Data Factory - Batch Accounts - BlobAccessDenied
I'm trying to work with a custom activity in Data Factory to execute in a batch accounts pool a python batch stored in a blob storage.
I followed the Microsoft tutorial…

Yohann V.
- 56
- 6
1
vote
1 answer
Self Hosted Integration Runtime is unavailable while creating a LinkedSerive In AzureDataFactory pipeline
I wanted to load the data from my on-premises sql db to ADLS using ADF pipeline.In order to perform this activity I need self hosted Integration Runtime.I downloaded and configured the Integration Runtime in my local machine which is running and…

saraswathi
- 69
- 1
- 9
1
vote
1 answer
How to load python libraries in Azure Data Factory Custom Activity?
I understand you can use a batch custom activity with custom VM image with preloaded python libraries to run your python programs through ADF.
Can we also use a plain linux VM image and load the python libraries as part of the execution of the…

Gadam
- 2,674
- 8
- 37
- 56
1
vote
1 answer
Where is ADF IActivityLogger logger stored?
I am currently Working on Azure Data Factory Pipeline.
I am putting _logger.write("My error content.") on my .net custom activity.
However, I cannot find where the log would be stored.
I looked on internet and could not figure out.

Yoshinobu Furuya
- 65
- 1
- 8
1
vote
1 answer
Custom .NET activity to run executable and copy output files to blob from Azure Batch
I am trying to create a custom .NET activity in Azure, which creates a pool of VMs and a job to process the extraction of files on the pool nodes. So far I have the code for all this, but I am not sure how to download the processed file from the…

FeodorG
- 178
- 2
- 10
1
vote
1 answer
Is that possible to use our Virtual Machines instead of Batch Services in Data Factory?
I am using Batch Services for Data Factory Custom Activity but I want to use separate my Virtual Machine instead of Batch Services.
{
"name": "AzureBatchLinkedService",
"properties": {
"type": "AzureBatch",
"typeProperties": {
"accountName":…

Arron
- 1,134
- 2
- 13
- 32
1
vote
1 answer
Why custom .net activity in azure data factory never finishes
I have followed several tutorials, and actually had other activities running in azure data factory. Now, this one in particular doesn't perform any action and yet it never finishes processing. In the activity window, attempts, it shows the status:…

Ernesto
- 1,523
- 1
- 14
- 32
1
vote
1 answer
On-Prem SQL connection throwing SqlException in Datafactory custom activity
I have added code for Azure datafactory custom activity in Azure batch service and pointed the datafactory pipeline to the bacth service. When I execute the code in local environment, it works fine. But when I upload it to run in azure batch…

Maverik
- 411
- 4
- 22
1
vote
4 answers
Copy From OnPrem SQL server to DocumentDB using custom activity in ADF Pipeline
I am trying to copy data from SQL Table in a on-prem sql server and upload it to a Document DB using custom activity in Azure data factory pipeline. Can anyone tell me how can I accomplish it using IDotNetActivity or any other interface or class.

Maverik
- 411
- 4
- 22
1
vote
2 answers
Workflow Foundation 4 - Results of ActivityFunc always false even though Execute Method shows true
Ello, I'm having an issue with a custom activity that preforms an evaluation of a `ActivityFunc ` and returns false even though it is evaluated in Execute to be true.
Here is my activity
using System;
using System.Collections.Generic;
using…

Terrance
- 11,764
- 4
- 54
- 80
1
vote
1 answer
Unable to get Changesets in TFS Template 2013
I got a problem trying to develop a custom activity for a TFS template in TFS 2013.
My first step is to get the changesets associated with the build. And after a lot of tries and google I have always the same problems : my list is empty. My last…

Mescal
- 123
- 8