Questions tagged [custom-activity]

78 questions
0
votes
1 answer

Cannot execute U-SQL script from ADF: ScriptPath should not be null

We are trying to run an U-SQL script from a ADFv2, but there is an error preventing the execution. Considering that MS documentation regarding this issue is not helpful, I am again asking in SO for some help fixing this issue. The initial problem…
g_brahimaj
  • 197
  • 7
  • 21
0
votes
1 answer

Executing custom activity on Azure Data Factory Pipeline

I am creating simple pipeline in the data factory that should only run a custom activity. The deployment template for the pipeline looks like this: { "type": "pipelines", "name": "MyCustomActivityPipeline", "dependsOn": [ …
0
votes
1 answer

In WF4, how to define a custom activity that can be the scope of a Variable?

When I rehost a designer, I can declare variables and their scopes. However, not all activities can be the scope of a variable. I notice Sequence, Parallel, PickBranch can be the host, but Pick, If, Delay, can't. And all of my custom activities…
Louis Rhys
  • 34,517
  • 56
  • 153
  • 221
0
votes
1 answer

Retrieve RecordId and OwnerId with CRM Custom Activity

I am quite new to CRM and I have now built a Custom Activity. The Activity is global and not bound to an Entity. The Activity is triggered by a Button placed on a form (entity) in CRM. Now I need to retrieve the RecordId and the OwnerId of the…
Martin Felber
  • 121
  • 17
0
votes
0 answers

Custom .NET activity to download and extract files by using Azure Batch

I am trying to write a custom .NET activity, which will be run from Azure Data Factory. It will do two tasks, one after the other: it will download grib2 files from an FTP server daily (grib2 is a custom compression for meteorological data) it will…
FeodorG
  • 178
  • 2
  • 10
0
votes
1 answer

How to get the schema of a on-premises sql table using Azure Custom Activity along with the data?

I have created a .Net Activity which has copy activity (which copies the data from on-premises to Data Lake store) and U-SQL activity (which process the data and store the result in Data Lake Store). But for processing the data using U-SQL needs…
Arron
  • 1,134
  • 2
  • 13
  • 32
0
votes
1 answer

How to return failure state in ADF .Net Activity

I have created an ADF .Net Activity and returned new Dictionary();, but when the activity fails, the same Dictionary is returned showing the Pipeline is succeeded. How to return the failure state to Azure through .Net Activity. Is it that…
Arron
  • 1,134
  • 2
  • 13
  • 32
0
votes
1 answer

Data Factory Custom Activity, connect to onPremise data source via gateway

I will start directly with my question: Is it possible to connect to an on Premise Dataset in a Azure Data Factory Custom Activity via Data Management Gateway? The usecase: I have a local FTP Server, with multiple files on it, which should be…
Torben
  • 23
  • 1
  • 5
0
votes
1 answer

Icon is not coming in activities

In my app I have developed custom activity.When user click on more options , it shows the list of activities app.In that list iOS is showing only name of my app , icon is not coming.How to provide the icon for that.
Aashish Nagar
  • 1,207
  • 1
  • 14
  • 30
0
votes
3 answers

Getting error while using custom activities in an Azure Data Factory pipeline

I am getting an error when running a custom activity in Azure Data Factory. The error is: Job encountered scheduling error. Code: BlobDownloadMiscError Category: ServerError Message: Miscellaneous error encountered while downloading one of…
0
votes
1 answer

changing and saving ProcessParameters programatically TFS Build Definitions

TFS 2012 VS 2012 I have large number of Build Definitions that are derived from single template. I also have a Master Build to queue all those builds and pass arguments if I need to do so. That part was done using TFS Community Extension:…
Claudius
  • 1,883
  • 2
  • 21
  • 34
0
votes
1 answer

Custom Build Messages for Long Running Custom Activity appears at once

I am using context.TrackBuildMessage() for writing custom Build log in my Custom Activity The problem is my custom activity runs long for more than 3 hrs and log messages are displayed only when custom activity is completed. All the logs appeared at…
0
votes
0 answers

How to add records in Custom activity in CRM

I have created a custom activity in CRM. I do not want to show it in any menu, so I unchecked the checkbox. Now I am trying to create a record of this activity type from my C# code. When I execute the code it runs, but nothing gets added in…
VJOY
  • 3,752
  • 12
  • 57
  • 90
0
votes
6 answers

Action bar - custom image and text near UP button

I have a login screen with two options in my app - "login" and "create account". I want to implement the following thing, for example, on login screen : I've got one activity and another, by tapping on "UP" button i want to return back. I have…
Nikita Semenov
  • 2,111
  • 4
  • 18
  • 31
0
votes
2 answers

Custom Workflow Activity - Get Warnings from Build Details

Ok, here's the thing: I'm driving myself nuts trying to get the WARNINGS from a IBuildDetail object when invoking a CustomActivity. This is what I've tried: private static List GetBuildWarnings(IBuildDetail…
Silvestre
  • 804
  • 11
  • 25