Question
We have “time based workflow” and there is action scheduled to be executed. Can we delete that workflow?

Answers

It is not possible to delete the workflow when the workflow is having any pending time dependent actions.   Your Comment




More Management Questions..
What is software configuration management?

What is the difference between cost accounting, management accounting and financial accounting?

What is channel management?

Explain importance of Brand Management

What is Ediint ?

What are the different types of security services involved in infrastructure management?

Which oracle package is used to manage the oracle lock management services?

What do you mean by drill mode?

what is master data harmonization ?

what is the formula to get to 'labour efficiency variance'?

How would your co-workers describe you?

Explain "Obtain Message First, Then Process Data" ?

Name the tasks of universe designer.

How have you improved the capabilities of people in a team you have managed?

what is discount cash flow management?

Have you ever conducted staff training or done presentations?

Tell me about the password management in miis (microsoft identity integration server)?

What is the role of channel manager?

What do you mean by committee organization?

If the end user’s travel location is not in the system. What do we often recommend?



Search
Can you Answer!!
  • Q List some interview tips for front desk officer?
  • Q What is Inventory turnover? How will you calculate it?
  • Q Critically discuss the impact of television on children.
  • Q How can i control the way that entities are represented in the dom
  • Q In which year was the National Payments Corporation of India (NPCI) set up?
  • Q Parthanogenesis is seen generally in which fruit?
  • Q How to convert bitmap data to vector data and back? - SVG
  • Q Which substance is more than 80% in the cell?
  • Q How To Work with Data Objects Interactively?
  • Q Operation Cobra's Anger was launched in what country?
  • Q #define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z;
    x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }