class WorkflowActions extends AnyRef
https://msdn.microsoft.com/en-us/library/mt622427.aspx
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WorkflowActions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new WorkflowActions(context: DynamicsContext)
Value Members
- def changeActivation(): Action
- val context: DynamicsContext
- implicit val dec: EntityDecoder[IO, WorkflowJson]
- val ehandler: MonadError[IO, Throwable]
-
def
executeWorkflow(): Action
Execute a workflow against the results of a query.
- def get(command: String): Action
-
def
getById(id: String): IO[WorkflowJson]
Get a single system job by its id.
- def getByName(name: String): IO[WorkflowJson]
-
def
getByParentId(parentId: String): IO[Seq[WorkflowJson]]
Get workflow by parentvalueid, process type = activation, statecode = activated.
- def list(): Action
-
def
mkExecuteWorkflowRequest(workflowId: String, entityId: String): HttpRequest[Nothing]
Make a request to execute workflow on an entity instance.