Questions tagged [workflow]

Workflow is an orchestrated and repeatable pattern of business activity, enabling data transformation, service provision, and information retrieval.

Workflow

An orchestrated and repeatable pattern of business activity, enabling data transformation, service provision, and information retrieval.

Workflow Automation

The automation of a business process, in whole or part, during which documents, information or tasks are passed from one participant to another for action, according to a set of procedural rules.

Example

In Informatica PowerCenter(ETL Tool), a workflow is a set of instructions that describes how and when to run tasks related to extracting, transforming, and loading data. It can be created, scheduled and run. The set of instructions can be such as sessions, emails and shell commands. The tools for the development are like - Task developer - for tasks you want to accomplsh in the workflow, Worklet Designer - object that groups a set of task for reusability and Workflow designer - for connecting tasks.

Reference

Business Process Management (BPM) Center of Excellence (CoE)

4837 questions
1
vote
1 answer

SharePoint 2007 Workflow in VS: OnTaskChanged not firing for InfoPath task item

I'm using Visual Studio 2008 to create a sequential workflow feature for MOSS (SP 2007), SP2. My task list is a Document Library containing InfoPath forms, and the CreateTask activity in my workflow is creating these perfectly (they work…
DaveD
  • 2,217
  • 1
  • 20
  • 31
1
vote
4 answers

Searching workflow/process tool based on ZF

Does anyone know a workflow system based on Zend (or php), which is open source and can be integrated in a project? What do I understand as workflow system: User starts a workflow through submitting some start parameter (e.g. SOAP/HTML…
Manuel
  • 8,016
  • 12
  • 56
  • 93
1
vote
0 answers

In Unqork, how to make sure the modules and workflow don't get deleted even after 30 days?

In Unqork, the modules and workflow which aren't edited for 30 days will be deleted. The modules in which I'm working now are very important and I don't want them to get deleted ever. May I please know what I can do?
1
vote
1 answer

Monitoring and tracking workflowapplication instances

We created our custom workflow host that use workflowapplication instances. Now we are working in monitoring and tracking, and as far as I know the solution for both is using a TrackingParticipant. I know that there are a lot of support for WF…
1
vote
0 answers

Concatenate Returns in Sharepoint Wrokflow into single field update

I have two lists in sharepoint: One is a list (#1) with two Columns: Name and Birthday. The other list (#2) has many columns, but organizes by birthday. For instance: birthday, zodiac sign, names of people with that birthday. I am trying to…
Chris W
  • 21
  • 2
1
vote
1 answer

Handling the 'Faulted' state of a Workflow

I'm wondering how best to handle the Faulted state in a WF4 workflow service host. I'm using a console self-hosted service. I understand one approach is to implement the IErrorHandler interface, but does anybody know how I then configure this on my…
Ian
  • 861
  • 8
  • 21
1
vote
0 answers

Best practice for [python] CI/CD workflow

I am looking for recommendation for CI/CD workflow. My pipeline is using GitHub Actions but that is not that important. I currently have one single workflow that on each push/PR: check out the code Build the wheels for three platforms Run the tests…
tog
  • 699
  • 1
  • 9
  • 18
1
vote
0 answers

GCP Scheduler target http with url not working "INVALIDE ARGUMENTS"

I have created a Dataproc Workflow Template with no arguments that I want to schedule with Cloud Scheduler. I take the same steps that was explained https://cloud.google.com/dataproc/docs/tutorials/workflow-scheduler and I test the same example but…
1
vote
1 answer

How to concatenate secrets into workflow action on GitHub?

I would like to concatenate multiple secrets into my workflow action on GitHub. The example that comes to mind would be to create a full path from folder to filename.
1
vote
1 answer

How to run a script at the end of a job, even if the job was cancelled?

This is the workflow I'm currently using on GitHub name: Windows10 - CI on: [ push ] jobs: run-test: runs-on: [ self-hosted, windows, DO ] steps: - uses: actions/checkout@v2 with: clean: false - name: Run…
1
vote
0 answers

Siebel Input / output parsing

Could someone please explain me how to convert the below siebel workflow step input format into readable one? Is there any tool for converting the input and output to XML format? '''@0001003113siebel message307Message.... '''
1
vote
2 answers

TFS Build Workflow Change Folder/File Attributes From Read-Only to Read/Write?

In one of our web applications, it is required that some HTML pages be editable in a GUI interface we created for the user. Unfortunately, the interface directly reads/writes from a page on the server (also in the wwwroot). Another page on the…
Issa Fram
  • 2,318
  • 6
  • 32
  • 59
1
vote
0 answers

How to do Parallel Computing in R with Workflow and Caret packages

I know that I can do parallel computing in R however I am having trouble setting it up in a way that it works with my modeling approach. Here is how I set load / set up the parallel computing library(doParallel) # Parallel Computing cores <-…
1
vote
0 answers

Can I create my own toolbox, instead of using ToolboxControl and still drag-drop stuff into the designer?

Can I create my own toolbox, instead of using Toolbox Control from workflow foundation and still drag-drop stuff into the designer? Any example would help.
milan123
  • 11
  • 1
1
vote
0 answers

WF EtwTrackingParticipant Tracking variables

I have a workflow that that is using the EtwTrackingParticipant to track activities. When I open the tracked events in AppFabric Dashboard, it shows tracked variable names, but it doesn't show any value. I am guessing it needs some kind of…
np-hard
  • 5,445
  • 4
  • 47
  • 73
1 2 3
99
100