Page 1 of 1

Pass the User variable activity output to new sequence

Posted: Tue May 22, 2018 12:06 pm
by ajithaselvan
Hi,

I have a sequence job1, where I called uservariable activity to receive a value from execute command activity and pass it to one of the job activities.
I need the output of same uservariable activity to be used to sequence job2 as well. Is there anyway to be reused, instead of redesigning activities?

Posted: Tue May 22, 2018 3:18 pm
by chulett
Unless sequence1 calls sequence2, the answer is no. And unless something has changed, there are no 'reusable' components in Sequence jobs other than routines... although I would think you could just cut-and-paste the User Variables stage from one job to the other. Depending on what "new sequence" means.

Posted: Tue May 22, 2018 10:48 pm
by ajithaselvan
Thanks Craig
Yes, I may need to cut and paste the required user variable activities to new job.

Posted: Thu May 24, 2018 5:05 pm
by ray.wurlod
You can copy/paste the User Variables activity to a new sequence; you'd also need to copy/paste the Execute Command activity. And each sequence would therefore run the command.